add example

This commit is contained in:
Swrup 2022-05-19 15:46:43 +02:00
parent f0435c549b
commit 0370fb97a2
4 changed files with 671 additions and 2 deletions

12
example/map.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<link href="leaflet.css" rel="stylesheet">
<script type="text/javascript" src="main.bc.js" defer="defer"></script>
</head>
<body>
<main>
<div id="map" style="height: 100%"></div>
</main>
</body>
</html>