Merge pull request #38 from ZeusWPI/blokdata
Move to blokdata.zeus.gent
This commit is contained in:
commit
6b5ccccfe7
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ $(document).ready(function() {
|
||||||
detectRetina: true
|
detectRetina: true
|
||||||
}).addTo(map);
|
}).addTo(map);
|
||||||
|
|
||||||
$.getJSON('data.json')
|
$.getJSON('https://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,
|
||||||
|
|
Loading…
Reference in a new issue