Neater OpenStreetMaps link

This commit is contained in:
Tom Naessens 2015-08-29 16:37:24 +02:00
parent da2877bf20
commit b095d8d039

View file

@ -29,7 +29,7 @@ $(document).ready(function() {
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', {
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>'
attribution: '© <a href="https://www.mapbox.com/map-feedback/">Mapbox</a> | © <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>-contributors | Made with ❤ by <a href="https://zeus.ugent.be">Zeus WPI</a>'
}).addTo(map);
$.getJSON('data.json')