GeoJson:Canvas 89: Difference between revisions
Appearance
Created GeoJSON page |
Visual map edit |
||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "ManePxls", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
47.640625, | |||
16.468506 | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||