feat: update map to use our tile server, alleviating some load/dependency on OSM's infrastructure
This commit is contained in:
@@ -97,7 +97,7 @@ export default function CustomMapContent(props: CustomMapContentProps) {
|
||||
<>
|
||||
<TileLayer
|
||||
attribution='© <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
|
||||
|
||||
Reference in New Issue
Block a user