GeoJson:Canvas 57: Difference between revisions
Appearance
Created GeoJSON page |
added Metallic Monarchy |
||
(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": [ | |||
38.703125, | |||
40.694092 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Metallic Monarchy", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
65.59375, | |||
68.444092 | |||
] | |||
} | |||
} | |||
] | |||
} | } |