GeoJson:Restaurant mediterran: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Bot: Automated import of articles *** existing text overwritten *** |
Bot: Automated import of articles *** existing text overwritten *** |
||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | |||
"features": [ | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Bella Casa", | |||
"description": "Bella Casa" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.321, | |||
48.3347 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "La Profesor", | |||
"description": "La Profesor" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.2981, | |||
48.2897 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Spezialitäten Aus Dem Balkan", | |||
"description": "Spezialitäten Aus Dem Balkan" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.2975, | |||
48.2896 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Mondigo", | |||
"description": "Mondigo" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.3098, | |||
48.28 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Mediterran", | |||
"description": "Mediterran" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.2776, | |||
48.3151 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Restaurant Oase", | |||
"description": "Restaurant Oase" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.3241, | |||
48.3301 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Pesce and Pasta", | |||
"description": "Pesce and Pasta" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.3189, | |||
48.3001 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Trevi", | |||
"description": "Trevi" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.2892, | |||
48.2981 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Balkan Taste", | |||
"description": "Balkan Taste" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.268, | |||
48.2491 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Alte Brücke Mostar", | |||
"description": "Alte Brücke Mostar" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.2847, | |||
48.2537 | |||
] | |||
} | |||
} | |||
] | |||
} | } |