add example
This commit is contained in:
parent
f32c13eae6
commit
2965572a4b
4 changed files with 671 additions and 2 deletions
12
example/map.html
Normal file
12
example/map.html
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue