UNPKG

@yaga/indexed-db-tile-cache

Version:

Spatial tile cache that saves its data into the IndexedDB of your browser

21 lines (18 loc) 505 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>YAGA Indexed-DB Tile Cache | Unit-Tests</title> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> <script src="../node_modules/mocha/mocha.js"></script> <script> mocha.setup('bdd'); </script> <script src="bundle.js"></script> </head> <body> <div id="mocha"></div> </body> <script>mocha.run()</script> </html>