GeoJson:Canvas 10: Difference between revisions
Appearance
description |
TheMatsValk (talk | contribs) added green lattice to the map |
||
| Line 1: | Line 1: | ||
{ | { | ||
"type": "FeatureCollection", | |||
"features": [ | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "ManePxls", | |||
"description": "(Faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
96.484375, | |||
50.420898 | |||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Green Lattice", | |||
"description": "(faction)" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
72.96875, | |||
55.865234 | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||