3
3
var requiredVersion = '1.10.1' ;
4
4
5
5
var OSM = '© <a target="_blank" href="https://www.openstreetmap.org/copyright">OpenStreetMap</a>' ;
6
- var carto = '© <a target="_blank" href="https://carto.com/">CARTO </a>' ;
7
- var stamen = '© <a target="_blank" href="https://stamen.com">Stamen Design LLC</a>' ;
6
+ var Carto = '© <a target="_blank" href="https://carto.com/">Carto </a>' ;
7
+ var Stamen = '© <a target="_blank" href="https://stamen.com">Stamen Design LLC</a>' ;
8
8
9
9
var stylesNonMapbox = {
10
10
'open-street-map' : {
@@ -47,7 +47,7 @@ var stylesNonMapbox = {
47
47
sources : {
48
48
'plotly-carto-positron' : {
49
49
type : 'raster' ,
50
- attribution : [ carto , OSM ] . join ( ' ' ) ,
50
+ attribution : [ Carto , OSM ] . join ( ' ' ) ,
51
51
tiles : [ 'https://cartodb-basemaps-c.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png' ] ,
52
52
tileSize : 256
53
53
}
@@ -66,7 +66,7 @@ var stylesNonMapbox = {
66
66
sources : {
67
67
'plotly-carto-darkmatter' : {
68
68
type : 'raster' ,
69
- attribution : [ carto , OSM ] . join ( ' ' ) ,
69
+ attribution : [ Carto , OSM ] . join ( ' ' ) ,
70
70
tiles : [ 'https://cartodb-basemaps-c.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png' ] ,
71
71
tileSize : 256
72
72
}
@@ -85,7 +85,7 @@ var stylesNonMapbox = {
85
85
sources : {
86
86
'plotly-stamen-terrain' : {
87
87
type : 'raster' ,
88
- attribution : [ stamen , OSM ] . join ( ' ' ) ,
88
+ attribution : [ Stamen , OSM ] . join ( ' ' ) ,
89
89
tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png' ] ,
90
90
tileSize : 256
91
91
}
@@ -104,7 +104,7 @@ var stylesNonMapbox = {
104
104
sources : {
105
105
'plotly-stamen-toner' : {
106
106
type : 'raster' ,
107
- attribution : [ stamen , OSM ] . join ( ' ' ) ,
107
+ attribution : [ Stamen , OSM ] . join ( ' ' ) ,
108
108
tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/toner/{z}/{x}/{y}.png' ] ,
109
109
tileSize : 256
110
110
}
@@ -123,7 +123,7 @@ var stylesNonMapbox = {
123
123
sources : {
124
124
'plotly-stamen-watercolor' : {
125
125
type : 'raster' ,
126
- attribution : [ stamen , OSM ] . join ( ' ' ) ,
126
+ attribution : [ Stamen , OSM ] . join ( ' ' ) ,
127
127
tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png' ] ,
128
128
tileSize : 256
129
129
}
0 commit comments