Decrease geolocation zoom level to 14

master
Skylar Ittner 3 years ago
parent 89b4860bf0
commit 55cd5f761d

@ -35,7 +35,7 @@ function maplibreMap(containerEl, interactive) {
enableHighAccuracy: true
},
fitBoundsOptions: {
maxZoom: 15
maxZoom: 14
},
showAccuracyCircle: false,
trackUserLocation: true

Loading…
Cancel
Save