33var requiredVersion = '1.10.1' ;
44
55var 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>' ;
88
99var stylesNonMapbox = {
1010 'open-street-map' : {
@@ -47,7 +47,7 @@ var stylesNonMapbox = {
4747 sources : {
4848 'plotly-carto-positron' : {
4949 type : 'raster' ,
50- attribution : [ carto , OSM ] . join ( ' ' ) ,
50+ attribution : [ Carto , OSM ] . join ( ' ' ) ,
5151 tiles : [ 'https://cartodb-basemaps-c.global.ssl.fastly.net/light_all/{z}/{x}/{y}.png' ] ,
5252 tileSize : 256
5353 }
@@ -66,7 +66,7 @@ var stylesNonMapbox = {
6666 sources : {
6767 'plotly-carto-darkmatter' : {
6868 type : 'raster' ,
69- attribution : [ carto , OSM ] . join ( ' ' ) ,
69+ attribution : [ Carto , OSM ] . join ( ' ' ) ,
7070 tiles : [ 'https://cartodb-basemaps-c.global.ssl.fastly.net/dark_all/{z}/{x}/{y}.png' ] ,
7171 tileSize : 256
7272 }
@@ -85,7 +85,7 @@ var stylesNonMapbox = {
8585 sources : {
8686 'plotly-stamen-terrain' : {
8787 type : 'raster' ,
88- attribution : [ stamen , OSM ] . join ( ' ' ) ,
88+ attribution : [ Stamen , OSM ] . join ( ' ' ) ,
8989 tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/terrain/{z}/{x}/{y}.png' ] ,
9090 tileSize : 256
9191 }
@@ -104,7 +104,7 @@ var stylesNonMapbox = {
104104 sources : {
105105 'plotly-stamen-toner' : {
106106 type : 'raster' ,
107- attribution : [ stamen , OSM ] . join ( ' ' ) ,
107+ attribution : [ Stamen , OSM ] . join ( ' ' ) ,
108108 tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/toner/{z}/{x}/{y}.png' ] ,
109109 tileSize : 256
110110 }
@@ -123,7 +123,7 @@ var stylesNonMapbox = {
123123 sources : {
124124 'plotly-stamen-watercolor' : {
125125 type : 'raster' ,
126- attribution : [ stamen , OSM ] . join ( ' ' ) ,
126+ attribution : [ Stamen , OSM ] . join ( ' ' ) ,
127127 tiles : [ 'https://stamen-tiles.a.ssl.fastly.net/watercolor/{z}/{x}/{y}.png' ] ,
128128 tileSize : 256
129129 }
0 commit comments