GeoJson:Tim: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Created GeoJSON page |
Wirthi (Diskussion | Beiträge) Visual map edit |
||
(5 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Hauptplatz", | |||
"description": "Hauptplatz, 4020 Linz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.286293, | |||
48.306519 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "LINZ AG Kundenzentrum", | |||
"description": "Wiener Straße 151, 4020 Linz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.309362, | |||
48.28086 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Johannes-Kepler-Universität", | |||
"description": "Altenberger Straße, 4040 Linz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.320295, | |||
48.335416 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Tabakfabrik", | |||
"description": "Ludlgasse, 4020 Linz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.298871, | |||
48.311328 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Grüne Mitte", | |||
"description": "Edeltraud-Hofer-Straße, 4020 Linz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.307485, | |||
48.2925 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "solarCity", | |||
"description": "Heliosallee, 4030 Linz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.359521, | |||
48.257382 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Simonystraße", | |||
"description": "Kreuzung Wiener Straße/Simonystraße, 4030 Linz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.322159, | |||
48.255195 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Bindermichl", | |||
"description": "Stadlerstraße 14-16, 4020 Linz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.293028, | |||
48.269613 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Leonding", | |||
"description": "Stadtplatz, 4060 Leonding" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.248458, | |||
48.279588 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Tim Linke Brückenstraße", | |||
"description": "Tim Linke Brückenstraße" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.290333, | |||
48.319769 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Tim Hessenplatz", | |||
"description": "Tim Hessenplatz" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.295078, | |||
48.300267 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Tim Volksgarten", | |||
"description": "Tim Volksgarten" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.293475, | |||
48.295032 | |||
] | |||
} | |||
} | |||
] | |||
} | } |