UNPKG

leaflet-knn

Version:

next nearest neighbors for leaflet

24 lines (23 loc) 761 B
<!DOCTYPE html> <html> <head> <title>Mocha</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta charset='utf-8'> <link rel="stylesheet" href="../node_modules/mocha/mocha.css" /> <script src="support/leaflet.js"></script> <script src="support/points.js"></script> <script src="support/squares.js"></script> <script src="../leaflet-knn.js"></script> </head> <body> <div id="mocha"></div> <script src="../node_modules/expect.js/expect.js"></script> <script src="../node_modules/mocha/mocha.js"></script> <script>mocha.setup('bdd')</script> <script src="leaflet-knn.js"></script> <script> (window.mochaPhantomJS || window.mocha).run(); </script> </body> </html>