feat: switch GPS map to Esri satellite imagery layer

Replace OpenStreetMap tiles with Esri World Imagery for high-resolution
satellite view on the GPS Tracking live map.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 22:11:17 +01:00
parent 21fb193d01
commit 0d7306e0aa

View File

@@ -356,8 +356,9 @@ export function GpsTracking() {
style={{ height: '100%', width: '100%' }} style={{ height: '100%', width: '100%' }}
> >
<TileLayer <TileLayer
attribution='&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>' attribution='Tiles &copy; Esri &mdash; Source: Esri, i-cubed, USDA, USGS, AEX, GeoEye, Getmapping, Aerogrid, IGN, IGP, UPR-EGP, and the GIS User Community'
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png" url="https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer/tile/{z}/{y}/{x}"
maxZoom={19}
/> />
{locations && <MapFitBounds locations={locations} />} {locations && <MapFitBounds locations={locations} />}
{locations?.filter(l => l.location).map((driver) => ( {locations?.filter(l => l.location).map((driver) => (