File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ def __dir__(self):
219
219
),
220
220
Stamen = Bunch (
221
221
Terrain = dict (
222
- url = 'http ://stamen-tiles-a.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png' ,
222
+ url = 'https ://stamen-tiles-a.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png' ,
223
223
attribution = '' .join ([
224
224
'Map tiles by <a href="http://stamen.com/">Stamen Design</a>, ' ,
225
225
'under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. ' ,
@@ -231,7 +231,7 @@ def __dir__(self):
231
231
max_zoom = 18
232
232
),
233
233
Toner = dict (
234
- url = 'http ://stamen-tiles-a.a.ssl.fastly.net/toner/{z}/{x}/{y}.png' ,
234
+ url = 'https ://stamen-tiles-a.a.ssl.fastly.net/toner/{z}/{x}/{y}.png' ,
235
235
attribution = '' .join ([
236
236
'Map tiles by <a href="http://stamen.com/">Stamen Design</a>, ' ,
237
237
'under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. ' ,
@@ -243,7 +243,7 @@ def __dir__(self):
243
243
max_zoom = 20
244
244
),
245
245
Watercolor = dict (
246
- url = 'http ://stamen-tiles-a.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png' ,
246
+ url = 'https ://stamen-tiles-a.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png' ,
247
247
attribution = '' .join ([
248
248
'Map tiles by <a href="http://stamen.com/">Stamen Design</a>, ' ,
249
249
'under <a href="http://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>. ' ,
You can’t perform that action at this time.
0 commit comments