Skip to content

Commit b1f0054

Browse files
adds s to urls
1 parent 4e358a6 commit b1f0054

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

app/assets/javascripts/basemaps.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
GeoBlacklight.Basemaps = {
44
darkMatter: L.tileLayer(
55
'https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{retina}.png', {
6-
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
6+
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="https://carto.com/attributions">Carto</a>',
77
maxZoom: 18,
88
worldCopyJump: true,
99
retina: '@2x',
@@ -12,7 +12,7 @@ GeoBlacklight.Basemaps = {
1212
),
1313
positron: L.tileLayer(
1414
'https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{retina}.png', {
15-
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
15+
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="https://carto.com/attributions">Carto</a>',
1616
maxZoom: 18,
1717
worldCopyJump: true,
1818
retina: '@2x',
@@ -21,7 +21,7 @@ GeoBlacklight.Basemaps = {
2121
),
2222
positronLite: L.tileLayer(
2323
'https://{s}.basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}{retina}.png', {
24-
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
24+
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="https://carto.com/attributions">Carto</a>',
2525
maxZoom: 18,
2626
worldCopyJump: true,
2727
retina: '@2x',
@@ -30,7 +30,7 @@ GeoBlacklight.Basemaps = {
3030
),
3131
worldAntique: L.tileLayer(
3232
'https://cartocdn_{s}.global.ssl.fastly.net/base-antique/{z}/{x}/{y}{retina}.png', {
33-
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
33+
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="https://carto.com/attributions">Carto</a>',
3434
maxZoom: 18,
3535
worldCopyJump: true,
3636
retina: '@2x',
@@ -39,7 +39,7 @@ GeoBlacklight.Basemaps = {
3939
),
4040
worldEco: L.tileLayer(
4141
'https://cartocdn_{s}.global.ssl.fastly.net/base-eco/{z}/{x}/{y}{retina}.png', {
42-
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
42+
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="https://carto.com/attributions">Carto</a>',
4343
maxZoom: 18,
4444
worldCopyJump: true,
4545
retina: '@2x',
@@ -48,7 +48,7 @@ GeoBlacklight.Basemaps = {
4848
),
4949
flatBlue: L.tileLayer(
5050
'https://cartocdn_{s}.global.ssl.fastly.net/base-flatblue/{z}/{x}/{y}{retina}.png', {
51-
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
51+
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="https://carto.com/attributions">Carto</a>',
5252
maxZoom: 18,
5353
worldCopyJump: true,
5454
retina: '@2x',
@@ -57,7 +57,7 @@ GeoBlacklight.Basemaps = {
5757
),
5858
midnightCommander: L.tileLayer(
5959
'https://cartocdn_{s}.global.ssl.fastly.net/base-midnight/{z}/{x}/{y}{retina}.png', {
60-
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
60+
attribution: '&copy; <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="https://carto.com/attributions">Carto</a>',
6161
maxZoom: 18,
6262
worldCopyJump: true,
6363
retina: '@2x',

0 commit comments

Comments
 (0)