Change to OSMBE tiles
This commit is contained in:
parent
5d9d45b4f5
commit
24019119d1
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@ $(document).ready(function() {
|
|||
}
|
||||
|
||||
var map = L.map("map").setView([50.702, 4.335], 9);
|
||||
var osm = L.tileLayer("https://{s}.tiles.mapbox.com/v3/feliciaan.keoaj8d5/{z}/{x}/{y}{r}.png", {
|
||||
attribution: 'Achtergrondkaart © <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>-bijdragers (data) en © <a href="https://www.mapbox.com/map-feedback/">Mapbox</a> (stijl) | <span lang="en">Made with ❤ by <a href="https://zeus.gent/">Zeus WPI</a></span>',
|
||||
detectRetina: true
|
||||
var osm = L.tileLayer("//tile.osm.be/osmbe-nl/{z}/{x}/{y}.png", {
|
||||
attribution: 'Achtergrondkaart © <a href="https://www.openstreetmap.org/copyright" target="_blank">OpenStreetMap</a>-bijdragers, tiles courtesy of <a href="https://geo6.be/">GEO-6</a>. | <span lang="en">Made with ❤ by <a href="https://zeus.gent/">Zeus WPI</a></span>',
|
||||
maxZoom: 18
|
||||
}).addTo(map);
|
||||
|
||||
$.getJSON("https://blokdata.zeus.gent/data.json")
|
||||
|
|
Loading…
Reference in a new issue