@mytec: iter10.4 ready for testing
This commit is contained in:
@@ -95,12 +95,13 @@ export default function MapView({ onMapClick, onEditSite, children }: MapViewPro
|
|||||||
zIndex={100}
|
zIndex={100}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
{/* Elevation color overlay (Stamen Terrain via Stadia Maps) */}
|
{/* Elevation color overlay (OpenTopoMap — no API key required) */}
|
||||||
{showElevationOverlay && (
|
{showElevationOverlay && (
|
||||||
<TileLayer
|
<TileLayer
|
||||||
attribution='© Stamen Design'
|
attribution='Map data: © <a href="https://openstreetmap.org">OpenStreetMap</a>, SRTM | Style: © <a href="https://opentopomap.org">OpenTopoMap</a> (<a href="https://creativecommons.org/licenses/by-sa/3.0/">CC-BY-SA</a>)'
|
||||||
url="https://tiles.stadiamaps.com/tiles/stamen_terrain/{z}/{x}/{y}.png"
|
url="https://{s}.tile.opentopomap.org/{z}/{x}/{y}.png"
|
||||||
opacity={0.5}
|
opacity={0.5}
|
||||||
|
maxZoom={17}
|
||||||
zIndex={97}
|
zIndex={97}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
|
|||||||
Reference in New Issue
Block a user