Skip to content

Commit

Permalink
adds s for security
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewbattista committed Jan 25, 2019
1 parent 5940038 commit 472c22e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/javascripts/geoblacklight/basemaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

GeoBlacklight.Basemaps = {
darkMatter: L.tileLayer(
'http://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{retina}.png', {
'https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}{retina}.png', {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
maxZoom: 18,
worldCopyJump: true,
Expand All @@ -11,7 +11,7 @@ GeoBlacklight.Basemaps = {
}
),
positron: L.tileLayer(
'http://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{retina}.png', {
'https://{s}.basemaps.cartocdn.com/light_all/{z}/{x}/{y}{retina}.png', {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
maxZoom: 18,
worldCopyJump: true,
Expand All @@ -20,7 +20,7 @@ GeoBlacklight.Basemaps = {
}
),
positronLite: L.tileLayer(
'http://{s}.basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}{retina}.png', {
'https://{s}.basemaps.cartocdn.com/light_nolabels/{z}/{x}/{y}{retina}.png', {
attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, &copy; <a href="http://carto.com/attributions">Carto</a>',
maxZoom: 18,
worldCopyJump: true,
Expand Down

0 comments on commit 472c22e

Please sign in to comment.