diff --git a/client/src/components/map/component.tsx b/client/src/components/map/component.tsx index f865b23fd..a8afcbbd2 100644 --- a/client/src/components/map/component.tsx +++ b/client/src/components/map/component.tsx @@ -73,6 +73,7 @@ export const Map: FC = ({ {...otherMapProps} {...localViewState} attributionControl + minZoom={1} > {!!mapRef && children(mapRef.getMap())} diff --git a/client/src/components/map/styles/map-style-satellite-maplibre.json b/client/src/components/map/styles/map-style-satellite-maplibre.json index c178f288a..b61de3cdc 100644 --- a/client/src/components/map/styles/map-style-satellite-maplibre.json +++ b/client/src/components/map/styles/map-style-satellite-maplibre.json @@ -7,8 +7,9 @@ "sources": { "esri": { "type": "raster", - "tiles": ["https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"], - "attribution": "Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community" + "tiles": ["https://services.arcgisonline.com/arcgis/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"], + "attribution": "Tiles © Esri — Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community", + "tileSize": 256 } }, "sprite": "https://tiles.basemaps.cartocdn.com/gl/positron-gl-style/sprite", @@ -28,8 +29,7 @@ { "id": "esri-world-imagery", "type": "raster", - "source": "esri", - "minzoom": 2 + "source": "esri" }, { "id": "custom-layers",