Change attribution to HTTPS
parent
22de67b512
commit
77b3af02a5
|
@ -100,7 +100,7 @@
|
|||
|
||||
L.tileLayer('https://{s}.basemaps.cartocdn.com/dark_all/{z}/{x}/{y}.png', {
|
||||
detectRetina: true,
|
||||
attribution: '© <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="http://cartodb.com/attributions">CartoDB</a>'
|
||||
attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors, © <a href="https://carto.com/attribution/">CartoDB</a>'
|
||||
}).addTo(map);
|
||||
|
||||
let bounds = map.getBounds();
|
||||
|
|
Loading…
Reference in New Issue