Decrease map zoom when on user location

master
Skylar Ittner 3 years ago
parent 99e201fd58
commit acd7d915cf

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

Loading…
Cancel
Save