This commit is contained in:
2025-08-17 12:57:21 -07:00
parent e4e3698310
commit 2562ca508a

View File

@@ -17,7 +17,7 @@
<script> <script>
const map = new maplibregl.Map({ const map = new maplibregl.Map({
style: "https://tiles.openfreemap.org/styles/liberty", style: "https://tiles.openfreemap.org/styles/liberty",
center: [37.444143, -122.159665], center: [-122.159665, 37.444143],
zoom: 9.5, zoom: 9.5,
container: "map", container: "map",
}); });