GeoJson:Canvas 2: Difference between revisions
Appearance
Created page with "{ "type": "FeatureCollection", "features": [] }" |
adding faction |
||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Green Lattice", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
96.28125, | |||
83.640625 | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||