diff --git a/README.md b/README.md index 403ba0ad..769176da 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ in February 2016. |[Münster][muenster-wikipedia]|[City of Münster][muenster-markets]| |[Nersingen][nersingen-wikipedia]|[City of Nersingen][nersingen-markets]| |[Neu-Ulm][neu-ulm-wikipedia]|[City of Neu-Ulm][neu-ulm-markets]| +|[Oberursel][oberursel-wikipedia]|[City of Oberursel][oberursel-markets] |[Oldenburg][oldenburg-wikipedia]|[City of Oldenburg (Oldb)][oldenburg-markets]| |[Osnabrueck][osnabrueck-wikipedia]|[City of Osnabrueck][osnabrueck-markets]| |[Paderborn][paderborn-wikipedia]|[City of Paderborn][paderborn-markets]| @@ -257,6 +258,8 @@ The command to deploy manually is: `fab deploy -H deploy@kiesinger.okfn.de:2207` [nersingen-markets]: http://www.nersingen.de/buerger_information/maerkte/_Nersinger-Wochenmarkt_84.html [neu-ulm-wikipedia]: https://en.wikipedia.org/wiki/Neu-Ulm [neu-ulm-markets]: http://nu.neu-ulm.de/de/neu-ulm-erleben/veranstaltungen/feste-maerkte/wochenmarkt/ +[oberursel-wikipedia]: https://en.wikipedia.org/wiki/Oberursel_(Taunus) +[oberursel-markets]: http://www.oberursel.de/tourismus/bildung-kultur/veranstaltungen/maerkte/ [oldenburg-wikipedia]: https://en.wikipedia.org/wiki/Oldenburg [oldenburg-markets]: http://www.oldenburg.de/microsites/wochenmaerkte.html [osnabrueck-wikipedia]: https://en.wikipedia.org/wiki/Osnabrueck diff --git a/cities/cities.json b/cities/cities.json index b5d993d9..1a5b091b 100644 --- a/cities/cities.json +++ b/cities/cities.json @@ -163,6 +163,10 @@ "id": "neu-ulm", "label": "Neu-Ulm" }, + "oberursel": { + "id": "oberursel", + "label": "Oberursel" + }, "paderborn": { "id": "paderborn", "label": "Paderborn" diff --git a/cities/oberursel.json b/cities/oberursel.json new file mode 100644 index 00000000..24dbb364 --- /dev/null +++ b/cities/oberursel.json @@ -0,0 +1,102 @@ +{ + "features": [ + { + "geometry": { + "coordinates": [ + 8.57689, + 50.20253 + ], + "type": "Point" + }, + "properties": { + "title": "Altstadt", + "location": "Marktplatz (Altstadt), Oberursel", + "opening_hours": "Sa 07:00-14:00" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 8.58206, + 50.20240 + ], + "type": "Point" + }, + "properties": { + "title": "Epinay Platz", + "location": "Epinay Platz, Oberursel", + "opening_hours": "We 07:00-14:00" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 8.59681, + 50.18260 + ], + "type": "Point" + }, + "properties": { + "title": "Weißkirchen", + "location": "Parkplatz 'An der Bleiche' Ecke 'Lia-Wöhr-Weg', Oberursel", + "opening_hours": "Sa 09:00-14:00" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 8.57714, + 50.20296 + ], + "type": "Point" + }, + "properties": { + "title": "Kleiner Bücherflohmarkt / Romanflohmarkt", + "location": "Stadtbücherei am Marktplatz", + "opening_hours": "Sa[1] 09:00-14:00" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 8.5849, + 50.19947 + ], + "type": "Point" + }, + "properties": { + "title": "Flohmarkt in der Allee", + "location": "Adenauerallee und Nassauer Straße, ab Bahnhof", + "opening_hours": "Sa[3] 07:00-13:00" + }, + "type": "Feature" + }, + { + "geometry": { + "coordinates": [ + 8.5849, + 50.19947 + ], + "type": "Point" + }, + "properties": { + "title": "Flohmarkt in der Allee", + "location": "Adenauerallee und Nassauer Straße, ab Bahnhof", + "opening_hours": "Sa[3] 07:00-13:00" + }, + "type": "Feature" + } + + ], + "metadata": { + "data_source": { + "title": "Stadt Oberursel", + "url": "http://www.oberursel.de/tourismus/bildung-kultur/veranstaltungen/maerkte/" + } + }, + "type": "FeatureCollection" +}