3
3
GeoBlacklight . Basemaps = {
4
4
darkMatter : L . tileLayer (
5
5
'https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{retina}.png' , {
6
- attribution : '© <a href="http ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http ://carto.com/attributions">Carto</a>' ,
6
+ attribution : '© <a href="https ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https ://carto.com/attributions">Carto</a>' ,
7
7
maxZoom : 18 ,
8
8
worldCopyJump : true ,
9
9
retina : '@2x' ,
@@ -12,7 +12,7 @@ GeoBlacklight.Basemaps = {
12
12
) ,
13
13
positron : L . tileLayer (
14
14
'https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{retina}.png' , {
15
- attribution : '© <a href="http ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http ://carto.com/attributions">Carto</a>' ,
15
+ attribution : '© <a href="https ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https ://carto.com/attributions">Carto</a>' ,
16
16
maxZoom : 18 ,
17
17
worldCopyJump : true ,
18
18
retina : '@2x' ,
@@ -21,7 +21,7 @@ GeoBlacklight.Basemaps = {
21
21
) ,
22
22
positronLite : L . tileLayer (
23
23
'https://{s}.basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}{retina}.png' , {
24
- attribution : '© <a href="http ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http ://carto.com/attributions">Carto</a>' ,
24
+ attribution : '© <a href="https ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https ://carto.com/attributions">Carto</a>' ,
25
25
maxZoom : 18 ,
26
26
worldCopyJump : true ,
27
27
retina : '@2x' ,
@@ -30,7 +30,7 @@ GeoBlacklight.Basemaps = {
30
30
) ,
31
31
worldAntique : L . tileLayer (
32
32
'https://cartocdn_{s}.global.ssl.fastly.net/base-antique/{z}/{x}/{y}{retina}.png' , {
33
- attribution : '© <a href="http ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http ://carto.com/attributions">Carto</a>' ,
33
+ attribution : '© <a href="https ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https ://carto.com/attributions">Carto</a>' ,
34
34
maxZoom : 18 ,
35
35
worldCopyJump : true ,
36
36
retina : '@2x' ,
@@ -39,7 +39,7 @@ GeoBlacklight.Basemaps = {
39
39
) ,
40
40
worldEco : L . tileLayer (
41
41
'https://cartocdn_{s}.global.ssl.fastly.net/base-eco/{z}/{x}/{y}{retina}.png' , {
42
- attribution : '© <a href="http ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http ://carto.com/attributions">Carto</a>' ,
42
+ attribution : '© <a href="https ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https ://carto.com/attributions">Carto</a>' ,
43
43
maxZoom : 18 ,
44
44
worldCopyJump : true ,
45
45
retina : '@2x' ,
@@ -48,7 +48,7 @@ GeoBlacklight.Basemaps = {
48
48
) ,
49
49
flatBlue : L . tileLayer (
50
50
'https://cartocdn_{s}.global.ssl.fastly.net/base-flatblue/{z}/{x}/{y}{retina}.png' , {
51
- attribution : '© <a href="http ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http ://carto.com/attributions">Carto</a>' ,
51
+ attribution : '© <a href="https ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https ://carto.com/attributions">Carto</a>' ,
52
52
maxZoom : 18 ,
53
53
worldCopyJump : true ,
54
54
retina : '@2x' ,
@@ -57,7 +57,7 @@ GeoBlacklight.Basemaps = {
57
57
) ,
58
58
midnightCommander : L . tileLayer (
59
59
'https://cartocdn_{s}.global.ssl.fastly.net/base-midnight/{z}/{x}/{y}{retina}.png' , {
60
- attribution : '© <a href="http ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http ://carto.com/attributions">Carto</a>' ,
60
+ attribution : '© <a href="https ://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https ://carto.com/attributions">Carto</a>' ,
61
61
maxZoom : 18 ,
62
62
worldCopyJump : true ,
63
63
retina : '@2x' ,
0 commit comments