GeoJson:Canvas 84: Difference between revisions
Jump to navigation
Jump to search
(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": [ | |||
67.375, | |||
28.258789 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Legion", | |||
"description": "Faction" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
58.5, | |||
11.133789 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Ember Empire Colony", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
98.75, | |||
41.633789 | |||
] | |||
} | |||
} | |||
] | |||
} | } |
Revision as of 21:39, 6 November 2024
type | "FeatureCollection" | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
features |
|