mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 02:41:09 +00:00
cleanup example
This commit is contained in:
@@ -26,7 +26,6 @@
|
||||
<body>
|
||||
<div id="map"></div>
|
||||
<div id="overlay">
|
||||
Foo bar baz
|
||||
</div>
|
||||
<script type="text/javascript">
|
||||
let protocol = new pmtiles.Protocol();
|
||||
@@ -40,9 +39,6 @@
|
||||
document.getElementById("overlay").innerHTML = `<a href="${URL}">${URL}</a> (${formatBytes(length)})`;
|
||||
})
|
||||
|
||||
|
||||
|
||||
|
||||
const map = new maplibregl.Map({
|
||||
container: 'map',
|
||||
zoom: 0,
|
||||
|
||||
Reference in New Issue
Block a user