GeoJson:Canvas 13: Difference between revisions
Appearance
Created page with "{ "type": "FeatureCollection", "features": [] }" |
m capital fix |
||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | |||
"features": [ | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "ManePxls", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
29.4375, | |||
121.6875 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Anarcho-Transhumanists", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
12.821874, | |||
72.059374 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Spurdos", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
10.603126, | |||
6.959376 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Cozy Vault", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
72.85625, | |||
13.90625 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Avogadro", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
84.653125, | |||
59.1 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Purple Lattice", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
71.659375, | |||
54.496875 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Awoovement", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
64.946876, | |||
73.040625 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "American Flag in Place", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
85.284371, | |||
137.059375 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Rainbow Road", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
17.662501, | |||
123.09375 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Abyss", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
5.503127, | |||
85.599999 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Cirno Embassy", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
49.325001, | |||
69.212497 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Green Lattice", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
64.362498, | |||
32.2 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Deutscher Bund", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
82.375001, | |||
73.159375 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Rainbow Lattice", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
32.753129, | |||
113.512498 | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||