Move to blokdata.zeus.gent

This commit is contained in:
Robbe Van Herck 2020-05-13 17:01:17 +02:00
parent a9840bbe02
commit dc98be9b58

View file

@ -46,7 +46,7 @@ $(document).ready(function() {
detectRetina: true detectRetina: true
}).addTo(map); }).addTo(map);
$.getJSON('data.json') $.getJSON('http://blokdata.zeus.gent/data.json')
.done(function(data) { .done(function(data) {
var geojson = L.geoJson(data, { var geojson = L.geoJson(data, {
onEachFeature: onEachFeature, onEachFeature: onEachFeature,