Add https and target=_blank to the links
This commit is contained in:
parent
655333b9a5
commit
667ceba671
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ $(document).ready(function() {
|
||||||
|
|
||||||
var map = L.map('map').setView([51.0475378, 3.7261835], 13);
|
var map = L.map('map').setView([51.0475378, 3.7261835], 13);
|
||||||
var osm = L.tileLayer('https://{s}.tiles.mapbox.com/v3/feliciaan.keoaj8d5/{z}/{x}/{y}.png', {
|
var osm = L.tileLayer('https://{s}.tiles.mapbox.com/v3/feliciaan.keoaj8d5/{z}/{x}/{y}.png', {
|
||||||
attribution: '© <a href="https://www.mapbox.com/map-feedback/">Mapbox</a> © <a href="http://www.openstreetmap.org/copyright">OpenStreetMap contributors</a> | Made with ❤ by <a href="http://zeus.ugent.be">Zeus WPI</a>'
|
attribution: '© <a href="https://www.mapbox.com/map-feedback/">Mapbox</a> © <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap contributors</a> | Made with ❤ by <a href="https://zeus.ugent.be">Zeus WPI</a>'
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
$.getJSON('data.json')
|
$.getJSON('data.json')
|
||||||
|
|
Loading…
Reference in a new issue