diff --git a/src/UI/Popup/MinimapViz.ts b/src/UI/Popup/MinimapViz.ts index b528f17dc9..177a6d027a 100644 --- a/src/UI/Popup/MinimapViz.ts +++ b/src/UI/Popup/MinimapViz.ts @@ -81,7 +81,8 @@ export class MinimapViz implements SpecialVisualization { const [lon, lat] = GeoOperations.centerpointCoordinates(feature) const mla = new MapLibreAdaptor(mlmap, { rasterLayer: state.mapProperties.rasterLayer, - zoom: new UIEventSource(18) + zoom: new UIEventSource(17), + maxzoom: new UIEventSource(17) }) mla.allowMoving.setData(false)