File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
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 carto = '<a href="https://carto.com/" target="_blank">© CARTO</a>' ;
6
7
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>' ;
7
8
8
9
var stylesNonMapbox = {
@@ -48,7 +49,7 @@ var stylesNonMapbox = {
48
49
type : 'raster' ,
49
50
attribution : [
50
51
OSM ,
51
- '<a href="https:// carto.com/" target="_blank">© CARTO</a>'
52
+ carto
52
53
] . join ( ', ' ) ,
53
54
tiles : [ 'https://cartodb-basemaps-c.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png' ] ,
54
55
tileSize : 256
@@ -70,7 +71,7 @@ var stylesNonMapbox = {
70
71
type : 'raster' ,
71
72
attribution : [
72
73
OSM ,
73
- '<a href="https:// carto.com/" target="_blank">© CARTO</a>'
74
+ carto
74
75
] . join ( ', ' ) ,
75
76
tiles : [ 'https://cartodb-basemaps-c.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png' ] ,
76
77
tileSize : 256
You can’t perform that action at this time.
0 commit comments