set map min zoom to 2

This commit is contained in:
Anton Tranelis 2025-10-12 12:32:43 +02:00
parent aba99d5d50
commit 108a9a0ba4

View File

@ -103,6 +103,7 @@ function UtopiaMap({
zoom={zoom}
zoomControl={showZoomControl}
maxZoom={19}
minZoom={2}
>
<UtopiaMapInner
geo={geo}