THIS IS ONLY A TESTWIKI! LH, MW 1.39.7, PHP 8, SMW 4.1.3
GeoJson:KartenBildTest: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Admin (Diskussion | Beiträge) (GeoJSON Seite wurde erstellt) |
Admin (Diskussion | Beiträge) (Visual map edit) |
||
Zeile 1: | Zeile 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Test Bernhard", | |||
"description": "Test" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
16.370616, | |||
48.206118 | |||
] | |||
} | |||
} | |||
] | |||
} | } |