GeoJson:Canvas 34a: Difference between revisions
Jump to navigation
Jump to search
(Created GeoJSON page) |
(Visual map edit) |
||
(One intermediate revision by one other user not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "ManePxls", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
49.8125, | |||
67.901367 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "YOIB", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
77.75, | |||
26.267578 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Legion", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
14.5, | |||
79.133789 | |||
] | |||
} | |||
} | |||
] | |||
} | } |
Latest revision as of 23:13, 6 October 2024
type | "FeatureCollection" | |||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
features |
|