Last active
December 20, 2015 22:19
-
-
Save MorrisJobke/6204642 to your computer and use it in GitHub Desktop.
Sonntagsbäcker in Chemnitz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.9297745, | |
50.8382881 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bakery", | |
"name": "Wiener Feinbäckerei", | |
"address": "Chemnitz Hauptbahnhof", | |
"": "09111 Chemnitz" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.896596, | |
50.8334366 | |
] | |
}, | |
"properties": { | |
"marker-symbol": "bakery", | |
"name": "Bäckerei Schäfer", | |
"address": "Franz-Mehring-Straße 17", | |
"": "09112 Chemnitz" | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"": "09116 Chemnitz", | |
"marker-symbol": "bakery", | |
"name": "Bäckerei Emil Reimann", | |
"address": "Limbacher Straße 31" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.902112007141113, | |
50.83839323581345 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-symbol": "bakery", | |
"name": "Bäcker im Lidl", | |
"": "09130 Chemnitz", | |
"address": "Fürstenstraße 5" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.932935953140259, | |
50.83700087733577 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-symbol": "bakery", | |
"name": "Bäcker im Edeka", | |
"address": "Weststraße 77", | |
"": "09116 Chemnitz" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.895395755767822, | |
50.830492490373196 | |
] | |
} | |
}, | |
{ | |
"type": "Feature", | |
"properties": { | |
"marker-symbol": "bakery", | |
"name": "Bäcker Meyer im Lidl", | |
"address": "Eckstraße 4", | |
"": "09111 Chemnitz" | |
}, | |
"geometry": { | |
"type": "Point", | |
"coordinates": [ | |
12.925516963005064, | |
50.846035222802705 | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment