Jump to content

GeoJson:Canvas 11: Difference between revisions

Visual map edit
TheMatsValk (talk | contribs)
added green lattice to the map
Line 1: Line 1:
{
{
    "type": "FeatureCollection",
"type": "FeatureCollection",
    "features": [
"features": [
        {
{
            "type": "Feature",
"type": "Feature",
            "properties": {
"properties": {
                "title": "ManePxls",
"title": "ManePxls",
                "description": "(Faction)"
"description": "(Faction)"
            },
},
            "geometry": {
"geometry": {
                "type": "Point",
"type": "Point",
                "coordinates": [
"coordinates": [
                    47.71875,
47.71875,
                    1.6875
1.6875
                ]
]
            }
}
        }
},
    ]
{
"type": "Feature",
"properties": {
"title": "Green Lattice",
"description": "(faction)"
},
"geometry": {
"type": "Point",
"coordinates": [
69.5,
54.122656
]
}
}
]
}
}

Revision as of 13:22, 22 June 2025

Loading map...