feat: update map to use our tile server, alleviating some load/dependency on OSM's infrastructure

This commit is contained in:
kurt-mcrae
2026-02-17 16:16:48 +11:00
parent da2ed8f9db
commit 10497065c2

View File

@@ -97,7 +97,7 @@ export default function CustomMapContent(props: CustomMapContentProps) {
<>
<TileLayer
attribution='&copy; <a href="http://osm.org/copyright">OpenStreetMap</a> contributors'
url="https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png"
url="https://tile.fuelwizard.au/tile/{z}/{x}/{y}.png"
/>
{props.routeGeoJson && (
<GeoJSON