Jump to content

GeoJson:Canvas 7: Difference between revisions

Visual map edit
Selio (talk | contribs)
Visual map edit
 
Line 1: Line 1:
{
{
    "type": "FeatureCollection",
"type": "FeatureCollection",
    "features": [
"features": [
        {
{
            "type": "Feature",
"type": "Feature",
            "properties": {
"properties": {
                "title": "Green Lattice",
"title": "Green Lattice",
                "description": "(Faction)"
"description": "(Faction)"
            },
},
            "geometry": {
"geometry": {
                "type": "Point",
"type": "Point",
                "coordinates": [
"coordinates": [
                    22.515625,
22.515625,
                    90.584717
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...