Jump to content

GeoJson:Canvas 10: Difference between revisions

description
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": [
                    96.484375,
96.484375,
                    50.420898
50.420898
                ]
]
            }
}
        }
},
    ]
{
"type": "Feature",
"properties": {
"title": "Green Lattice",
"description": "(faction)"
},
"geometry": {
"type": "Point",
"coordinates": [
72.96875,
55.865234
]
}
}
]
}
}

Revision as of 13:18, 22 June 2025

Loading map...