Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Oberursel #169

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]|
Expand Down Expand Up @@ -257,6 +258,8 @@ The command to deploy manually is: `fab deploy -H [email protected]: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
Expand Down
4 changes: 4 additions & 0 deletions cities/cities.json
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@
"id": "neu-ulm",
"label": "Neu-Ulm"
},
"oberursel": {
"id": "oberursel",
"label": "Oberursel"
},
"paderborn": {
"id": "paderborn",
"label": "Paderborn"
Expand Down
102 changes: 102 additions & 0 deletions cities/oberursel.json
Original file line number Diff line number Diff line change
@@ -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",
Copy link
Member

@johnjohndoe johnjohndoe Jul 10, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@telegnom "Flohmarkt in der Allee" is contained two times.

"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"
}