This commit is contained in:
Zsolt Ero
2024-06-13 02:50:07 +02:00
parent d597459f19
commit 0ec3285382
11 changed files with 280 additions and 246 deletions

View File

@@ -14,8 +14,8 @@ Initialize it to a div like this:
<script>
const map = new maplibregl.Map({
style: 'https://tiles.openfreemap.org/styles/liberty',
center: [-0.114, 51.506],
zoom: 14.2,
center: [13.388, 52.517],
zoom: 9.5,
container: 'map',
})
</script>