GeoJson:Canvas 13b: Difference between revisions
Jump to navigation
Jump to search
(Created GeoJSON page) |
(Visual map edit) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "ManePxls", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
89.125, | |||
84.927734 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Flower Lattice", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
9.25, | |||
76.148438 | |||
] | |||
} | |||
} | |||
] | |||
} | } |
Latest revision as of 10:24, 17 February 2024
type | "FeatureCollection" | ||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
features |
|