GeoJson:Canvas 97: Difference between revisions
Appearance
Created page with "{ "type": "FeatureCollection", "features": [] }" |
Visual map edit |
||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "The Ember Empire", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
21.375, | |||
89.733398 | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||