Decrease map zoom when on user location

This commit is contained in:
Skylar Ittner 2021-09-17 12:34:39 -06:00
parent 99e201fd58
commit acd7d915cf

View File

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