Skip to content

Commit

Permalink
Merge pull request #333 from Roshanjossey/add-flea-markets-in-Hamburg
Browse files Browse the repository at this point in the history
Add flea markets in Hamburg
  • Loading branch information
johnjohndoe authored Sep 28, 2020
2 parents 873ebab + 08d3c96 commit 90f5ca0
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions cities/hamburg.json
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,36 @@
53.651989771265
]
}
},
{
"properties" : {
"opening_hours" : "Sa 08:00-16:00",
"title" : "Flohschanze",
"location" : "Neuer Kamp 30"
},
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [
9.9679017293264,
53.557641729345
]
}
},
{
"properties" : {
"opening_hours" : "We 09:00-15:00; Sa 07:00-15:00",
"title" : "Flea Dome Bahrenfelder Trabrennbahn",
"location" : "Bahrenfelder Trabrennbahn"
},
"type" : "Feature",
"geometry" : {
"type" : "Point",
"coordinates" : [
9.8917117298750,
53.576220807997
]
}
}
],
"metadata" : {
Expand Down

0 comments on commit 90f5ca0

Please sign in to comment.