GeoJson:Canvas 1: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }") |
(added void) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Green Lattice", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
94.1875, | |||
58.875 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "The Void", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
91.25, | |||
4.644531 | |||
] | |||
} | |||
} | |||
] | |||
} | } |
Latest revision as of 10:02, 17 February 2024
type | "FeatureCollection" | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
features |
|