Decrease geolocation zoom level to 14

This commit is contained in:
Skylar Ittner 2021-09-14 00:49:08 -06:00
parent 89b4860bf0
commit 55cd5f761d

View File

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