blokmap/src/data.json
Maxime Bloch 1017a596ef
fix dates
2020-01-10 19:10:53 +01:00

51 lines
1.4 KiB
JSON

[
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [ 3.7102741, 51.0231119 ]
},
"properties": {
"name": "Kelder",
"address": "Zeus WPI, Gebouw S9, Krijgslaan 281, 9000 Gent, Belgium",
"capacity": 10,
"period": { "start": "30/12/2019", "end": "24/01/2020" },
"hours": {
"monday": "7u - 22u",
"tuesday": "7u - 22u",
"wednesday": "7u - 22u",
"thursday": "7u - 22u",
"friday": "7u - 22u",
"saturday": false,
"sunday": false
},
"extra": "Mate, computers, geen frigo, chips, kerstlichtjes, Haldis, ta[b|p|bbp], Arch&I3, ...",
"type": "Kelder"
}
},
{
"type": "Feature",
"geometry": {
"type": "Point",
"coordinates": [3.70759, 51.02918 ]
},
"properties": {
"name": "Mia Upkot",
"address": "Voskenslaan 283",
"capacity": 8,
"period": { "start": "30/12/2019", "end": "24/01/2020" },
"hours": {
"monday": "als jp of bauke er is",
"tuesday": "als jp of bauke er is",
"wednesday": "als jp of bauke er is",
"thursday": "als jp of bauke er is",
"friday": "als jp of bauke er is",
"saturday": "als jp of bauke er is",
"sunday": "als jp of bauke er is"
},
"extra": "Druhskot",
"type": "Kot"
}
}
]