diff --git a/UI/Input/LocationInput.ts b/UI/Input/LocationInput.ts index 269c0d74ae..8e66d4270a 100644 --- a/UI/Input/LocationInput.ts +++ b/UI/Input/LocationInput.ts @@ -221,7 +221,7 @@ export default class LocationInput extends InputElement implements MinimapO leaflet.setMaxZoom(layer.max_zoom) leaflet.setMinZoom(self._minZoom ?? layer.max_zoom - 2) - leaflet.setZoom(layer.max_zoom) + leaflet.setZoom(layer.max_zoom - 1) }, [this.map.leafletMap])