Add faculty GGW
This commit is contained in:
parent
9459b81231
commit
41c0a68c72
1 changed files with 26 additions and 1 deletions
27
data.json
27
data.json
|
@ -139,7 +139,7 @@
|
||||||
"saturday": false,
|
"saturday": false,
|
||||||
"sunday": false
|
"sunday": false
|
||||||
},
|
},
|
||||||
"extra": "Toegankelijk voor alle Gentse studenten. <i>Gesloten op maandag 16/5</i>",
|
"extra": "Toegankelijk voor alle Gentse studenten. <i>Gesloten op maandag 5/6</i>",
|
||||||
"type": "UGent"
|
"type": "UGent"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -167,6 +167,31 @@
|
||||||
"type": "UGent"
|
"type": "UGent"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "Feature",
|
||||||
|
"geometry": {
|
||||||
|
"type": "Point",
|
||||||
|
"coordinates": [ 3.723718, 51.024573]
|
||||||
|
},
|
||||||
|
"properties": {
|
||||||
|
"name": "Faculteit Geneeskunde en Gezondheidswetenschappen",
|
||||||
|
"address": "De Pintelaan 185 (0K3) - ingang 42",
|
||||||
|
"capacity": 132,
|
||||||
|
"period": { "start": "29/05/2017", "end": "29/06/2017" },
|
||||||
|
"hours": {
|
||||||
|
"monday": "8u30 - 22u",
|
||||||
|
"tuesday": "8u30 - 22u",
|
||||||
|
"wednesday": "8u30 - 22u",
|
||||||
|
"thursday": "8u30 - 22u",
|
||||||
|
"friday": "8u30 - 22u",
|
||||||
|
"saturday": "8u30 - 22u",
|
||||||
|
"sunday": "8u30 - 22u"
|
||||||
|
},
|
||||||
|
"holidays": true,
|
||||||
|
"extra": "Enkel voor studenten van de UGent <i>Gesloten op maandag 5/6</i>",
|
||||||
|
"type": "UGent"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"type": "Feature",
|
"type": "Feature",
|
||||||
"geometry": {
|
"geometry": {
|
||||||
|
|
Loading…
Reference in a new issue