Jump to content

GeoJson:Canvas 7: Difference between revisions

Created page with "{ "type": "FeatureCollection", "features": [] }"
 
Selio (talk | contribs)
Visual map edit
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{
{
    "type": "FeatureCollection",
"type": "FeatureCollection",
    "features": []
"features": [
{
"type": "Feature",
"properties": {
"title": "Green Lattice",
"description": "(Faction)"
},
"geometry": {
"type": "Point",
"coordinates": [
22.515625,
90.584717
]
}
},
{
"type": "Feature",
"properties": {
"title": "Void",
"description": "(Faction)"
},
"geometry": {
"type": "Point",
"coordinates": [
50.375,
48.123047
]
}
}
]
}
}

Latest revision as of 06:19, 19 May 2025

Loading map...