GeoJson:Canvas 61: Difference between revisions
Appearance
Created GeoJSON page |
Visual map edit |
||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Green Lattice", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
3.1875, | |||
98.5 | |||
] | |||
} | |||
} | |||
] | |||
} | } |