GeoJson:Canvas 57: Difference between revisions
Jump to navigation
Jump to search
(Created GeoJSON page) |
(Visual map edit) |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "ManePxls", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
38.703125, | |||
40.694092 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Metallic Monarchy", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
65.59375, | |||
68.444092 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Zim Art", | |||
"description": "faction" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
97.09375, | |||
62.546631 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Cuddles \u0026 Toothy HTF", | |||
"description": "defiddle by reissecup" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
38.710938, | |||
87.374878 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "King Crimson - Discipline", | |||
"description": "defiddle by blobfish" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
49.585938, | |||
85.679565 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Legion", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
50.5, | |||
16.508789 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Femboy Café", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
85.625, | |||
6.008789 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Fish Collab", | |||
"description": "" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
65.125, | |||
58.633789 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Pride Faction", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
55.875, | |||
41.883789 | |||
] | |||
} | |||
} | |||
] | |||
} | } |
Latest revision as of 22:45, 6 October 2024
type | "FeatureCollection" | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
features |
|