File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 3
3
var requiredVersion = '1.10.1' ;
4
4
5
5
var OSM = '<a href="https://www.openstreetmap.org/copyright" target="_blank">© OpenStreetMap</a> contributors' ;
6
+ var stamen = 'Map tiles by <a href="https://stamen.com">Stamen Design</a>, under <a href="https://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>' ;
6
7
7
8
var stylesNonMapbox = {
8
9
'open-street-map' : {
@@ -91,7 +92,7 @@ var stylesNonMapbox = {
91
92
type : 'raster' ,
92
93
attribution : [
93
94
OSM ,
94
- 'Map tiles by <a href="https:// stamen.com">Stamen Design</a>, under <a href="https://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>'
95
+ stamen
95
96
] . join ( ', ' ) ,
96
97
tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png' ] ,
97
98
tileSize : 256
@@ -113,7 +114,7 @@ var stylesNonMapbox = {
113
114
type : 'raster' ,
114
115
attribution : [
115
116
OSM ,
116
- 'Map tiles by <a href="https:// stamen.com">Stamen Design</a>, under <a href="https://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>'
117
+ stamen
117
118
] . join ( ', ' ) ,
118
119
tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/toner/{z}/{x}/{y}.png' ] ,
119
120
tileSize : 256
@@ -135,7 +136,7 @@ var stylesNonMapbox = {
135
136
type : 'raster' ,
136
137
attribution : [
137
138
OSM ,
138
- 'Map tiles by <a href="https:// stamen.com">Stamen Design</a>, under <a href="https://creativecommons.org/licenses/by/3.0">CC BY 3.0</a>'
139
+ stamen
139
140
] . join ( ', ' ) ,
140
141
tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png' ] ,
141
142
tileSize : 256
You can’t perform that action at this time.
0 commit comments