Go to file
Midgard cea52ea188
Revert to Leaflet 1.0.0
Leaflet 1.6.0 causes the wrong marker icon to *sometimes* be selected.
So revert to 1.0.0 for now.
2020-05-22 22:19:15 +02:00
src Revert to Leaflet 1.0.0 2020-05-22 22:19:15 +02:00
.editorconfig Improve style consistency 2020-05-20 18:01:25 +02:00
.gitignore Add relative directory and some echo's to deployscript 2017-07-29 14:52:27 +02:00
LICENSE.md Add MIT license, close #9 2018-08-01 23:05:45 +02:00
README.md Update files because data.json has moved 2020-05-20 17:06:58 +02:00
deploy.sh Update files because data.json has moved 2020-05-20 17:06:58 +02:00

README.md

Blokmap

A useful map that lists all the public study locations in Ghent.

Data is managed in a separate project, Blokdata.

Development

You can easily run the site locally by spawning a simple static file server in the src directory. For example by using the following command, or by using any other one-liner from this big list.

(cd src/; python3 -m http.server)