GeoJson:Canvas 12: Difference between revisions

Jump to navigation Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }")
 
(Visual map edit)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    16.375,
                    10.838867
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Rainbow Lattice",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    46,
                    89.796875
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Flower Lattice",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    19.25,
                    85.398438
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Cells",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    42.5,
                    60.148438
                ]
            }
        }
    ]
}
}

Latest revision as of 10:12, 17 February 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
16.375
10.838867
type"Feature"
properties
title"Rainbow Lattice"
description"(Faction)"
geometry
type"Point"
coordinates
46
89.796875
type"Feature"
properties
title"Flower Lattice"
description"(Faction)"
geometry
type"Point"
coordinates
19.25
85.398438
type"Feature"
properties
title"Cells"
description"(Faction)"
geometry
type"Point"
coordinates
42.5
60.148438