Skip to content

Instantly share code, notes, and snippets.

@dmunch
Last active September 30, 2015 15:48
Show Gist options
  • Save dmunch/68a86fb3949dd85fc09d to your computer and use it in GitHub Desktop.
Save dmunch/68a86fb3949dd85fc09d to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "KaDeWe Berlin",
"link": "http://www.galerieslafayette.de/lafayette-baguette/",
"adresse": "Tauentzienstraße 21-24, 10789 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.33619,
52.50401
]
}
},
{
"type": "Feature",
"properties": {
"name": "Galeries Lafayette",
"link": "",
"price": "1€60 Et j'ai pas encore mangé mieux!",
"adresse": "Friedrichstraße 76-78, 10117 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.38962,
52.514349
]
}
},
{
"type": "Feature",
"properties": {
"name": "Les Patisseries de Sebastien",
"link": "",
"adresse": "Invalidenstraße 157,10115 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.396905,
52.532284
]
}
},
{
"type": "Feature",
"properties": {
"name": "La Cantine d'Augusta",
"link": "",
"adresse": "Langenscheidtstraße 6A, 10827 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.362114,
52.489121
]
}
},
{
"type": "Feature",
"properties": {
"name": "La Boulangerie Sowohl Als Auch",
"link": "",
"adresse": "Kollwitzstraße 88, 10435 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.42063,
52.53837
]
}
},
{
"type": "Feature",
"properties": {
"name": "La Cave de Bacchus",
"link": "http://www.weinhandlung-bacchus.de",
"adresse": "Westfälische Str. 33, 10709 Berlin-Halensee"
},
"geometry": {
"type": "Point",
"coordinates": [
13.30375,
52.492213
]
}
},
{
"type": "Feature",
"properties": {
"name": "Les Baguettes",
"link": "http://www.les-baguettes-berlin.de/",
"adresse": "U-Bhf Rathaus Steglitz, 12165 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.311776,
52.45738
]
}
},
{
"type": "Feature",
"properties": {
"name": "Papilles",
"link": "",
"price": "1,20€, la meilleure baguette faite maison, pas decongelée",
"adresse": "Flughafenstrasse 25, 12053 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.43015,
52.48109
]
}
},
{
"type": "Feature",
"properties": {
"name": "Aux Delices Normands",
"link": "",
"adresse": "Neue Kantstrasse 26, 14057 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.29174,
52.50648
]
}
},
{
"type": "Feature",
"properties": {
"name": "Aux Plaisirs Pâtisserie Boulangerie",
"link": "aux-plaisirs.de/",
"adresse": "Belziger Str. 70, 10823 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.346298,
52.485001
]
}
},
{
"type": "Feature",
"properties": {
"name": "La Käserie",
"link": "http://www.lakaeserie.de/",
"adresse": "Lychener Strasse 6,10437 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.41583,
52.54121
]
}
},
{
"type": "Feature",
"properties": {
"name": "Zeit für Brot",
"link": "http://www.zeitfuerbrot.com",
"price": "Mais à 2€60 ça reste hors de prix",
"adresse": "Alte Schönhauser Str. 4, 10119 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.40848,
52.52801
]
}
},
{
"type": "Feature",
"properties": {
"name": "La Tazza - Croissanterie & Cafébar",
"link": "http://www.zeitfuerbrot.com",
"price": "Baguette 1€20 raiment correct pour le prix mais les croissants (1 EUR 10) sont excellents et prix imbattable pour Berlin.",
"adresse": "Hufelandstraße 18, 10407 Berlin"
},
"geometry": {
"type": "Point",
"coordinates": [
13.43188,
52.53173
]
}
},
{
"type": "Feature",
"properties": {
"name": "Der BäckerMann",
"link": "http://www.baecker-mann.de/",
"adresses": ["Südwestkorso 9, 12161 Berlin", "Pariser Str. 20, 10707 Berlin"]
},
"geometry": {
"type": "MultiPoint",
"coordinates": [ [13.32359, 52.47549], [13.317911,52.498524]]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment