Merge pull request #38 from ZeusWPI/blokdata

Move to blokdata.zeus.gent
This commit is contained in:
Robbe Van Herck 2020-05-13 17:18:07 +02:00 committed by GitHub
commit 6b5ccccfe7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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