geomapping
Version:
Geolocation coordinates on image
23 lines (20 loc) • 673 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>GeoMapping - test page</title>
<link href="../node_modules/mocha/mocha.css" rel="stylesheet" />
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/chai/chai.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="geomap-config.js"></script>
<script src="../dist/geomapping.min.js"></script>
<script src="test.js"></script>
<script>
mocha.checkLeaks();
mocha.run();
</script>
</body>
</html>