diff --git a/src/components/LeafletMap.js b/src/components/LeafletMap.js index e2bc92b..9d767ed 100644 --- a/src/components/LeafletMap.js +++ b/src/components/LeafletMap.js @@ -82,14 +82,14 @@ const generateClusterIconStyle = ({ } const miniMapLayer = L.tileLayer( - 'https://stamen-tiles-{s}.a.ssl.fastly.net/toner-background/{z}/{x}/{y}{r}.{ext}', + 'https://tiles.stadiamaps.com/tiles/stamen_toner/{z}/{x}/{y}{r}.{extension}', { attribution: - 'Map tiles by Stamen Design, CC BY 3.0 — Map data © OpenStreetMap contributors', + 'Map tiles by Stamen Design, CC BY 4.0 — Data by © OpenStreetMap, under ODbL', subdomains: 'abcd', minZoom: 0, maxZoom: 13, - ext: 'png', + extension: 'png', }, )