add maplibre example skeleton

This commit is contained in:
Brandon Liu
2021-02-17 15:53:00 +08:00
parent 508186c4db
commit f5f06b0b8a

20
examples/maplibre.html Normal file
View File

@@ -0,0 +1,20 @@
<html>
<head>
</head>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="../js/pmtiles.js"></script>
<style>
body, #map {
height:100vh;
margin:0px;
}
</style>
</head>
<body>
<div id="map"></div>
<script>
</script>
</body>
</html>