File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ export const layers = (leaflet, map) => {
99
99
) ;
100
100
101
101
const toner = leaflet . tileLayer (
102
- 'https://stamen- tiles-{s}.a.ssl.fastly.net/toner/ {z}/{x}/{y}{r}.{ext} ' ,
102
+ 'https://tiles.stadiamaps.com/tiles/stamen_toner/ {z}/{x}/{y}{r}.png ' ,
103
103
{
104
104
noWrap : true ,
105
105
maxZoom : 20 ,
@@ -108,7 +108,7 @@ export const layers = (leaflet, map) => {
108
108
) ;
109
109
110
110
const tonerLite = leaflet . tileLayer (
111
- 'https://stamen- tiles-{s}.a.ssl.fastly.net/toner-lite/ {z}/{x}/{y}{r}.{ext} ' ,
111
+ 'https://tiles.stadiamaps.com/tiles/stamen_toner_lite/ {z}/{x}/{y}{r}.png ' ,
112
112
{
113
113
noWrap : true ,
114
114
maxZoom : 20 ,
@@ -117,7 +117,7 @@ export const layers = (leaflet, map) => {
117
117
) ;
118
118
119
119
const watercolor = leaflet . tileLayer (
120
- 'https://stamen- tiles-{s}.a.ssl.fastly.net/watercolor/ {z}/{x}/{y}.{ext} ' ,
120
+ 'https://tiles.stadiamaps.com/tiles/stamen_watercolor/ {z}/{x}/{y}.jpg ' ,
121
121
{
122
122
noWrap : true ,
123
123
maxZoom : 16 ,
@@ -126,7 +126,7 @@ export const layers = (leaflet, map) => {
126
126
) ;
127
127
128
128
const terrain = leaflet . tileLayer (
129
- 'https://stamen- tiles-{s}.a.ssl.fastly.net/terrain/ {z}/{x}/{y}{r}.{ext} ' ,
129
+ 'https://tiles.stadiamaps.com/tiles/stamen_terrain/ {z}/{x}/{y}{r}.png ' ,
130
130
{
131
131
noWrap : true ,
132
132
maxZoom : 18 ,
You can’t perform that action at this time.
0 commit comments