File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ var stylesNonMapbox = {
110
110
'plotly-stamen-terrain' : {
111
111
type : 'raster' ,
112
112
attribution : stamenTerrainOrToner ,
113
- tiles : [ 'https://stamen- tiles.a.ssl.fastly.net/terrain /{z}/{x}/{y}.png' ] ,
113
+ tiles : [ 'https://tiles.stadiamaps.com/tiles/stamen_terrain /{z}/{x}/{y}.png' ] ,
114
114
tileSize : 256
115
115
}
116
116
} ,
@@ -130,7 +130,7 @@ var stylesNonMapbox = {
130
130
'plotly-stamen-toner' : {
131
131
type : 'raster' ,
132
132
attribution : stamenTerrainOrToner ,
133
- tiles : [ 'https://stamen- tiles.a.ssl.fastly.net/toner /{z}/{x}/{y}.png' ] ,
133
+ tiles : [ 'https://tiles.stadiamaps.com/tiles/stamen_toner /{z}/{x}/{y}.png' ] ,
134
134
tileSize : 256
135
135
}
136
136
} ,
@@ -150,7 +150,7 @@ var stylesNonMapbox = {
150
150
'plotly-stamen-watercolor' : {
151
151
type : 'raster' ,
152
152
attribution : stamenWaterColor ,
153
- tiles : [ 'https://stamen- tiles.a.ssl.fastly.net/watercolor/ {z}/{x}/{y}.png ' ] ,
153
+ tiles : [ 'https://tiles.stadiamaps.com/tiles/stamen_watercolor/ {z}/{x}/{y}.jpg ' ] ,
154
154
tileSize : 256
155
155
}
156
156
} ,
You can’t perform that action at this time.
0 commit comments