GeoJson:Canvas 79: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    43.84375,
                    86.46875
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "osuplace",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    47.828125,
                    32.40625
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    35.375,
                    5.441895
                ]
            }
        }
    ]
}
}

Latest revision as of 22:37, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
43.84375
86.46875
type"Feature"
properties
title"osuplace"
description"(Faction)"
geometry
type"Point"
coordinates
47.828125
32.40625
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
35.375
5.441895