GeoJson:Canvas 41: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Visual map edit)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "ManePxls",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    5.9375,
                    55.200684
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "2ch",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    19,
                    54.633789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "YOIB",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    78.75,
                    46.383789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Stem Place",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    83.75,
                    24.633789
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    42.25,
                    52.133789
                ]
            }
        }
    ]
}
}

Latest revision as of 23:03, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
5.9375
55.200684
type"Feature"
properties
title"2ch"
description"(Faction)"
geometry
type"Point"
coordinates
19
54.633789
type"Feature"
properties
title"YOIB"
description"(Faction)"
geometry
type"Point"
coordinates
78.75
46.383789
type"Feature"
properties
title"Stem Place"
description"(Faction)"
geometry
type"Point"
coordinates
83.75
24.633789
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
42.25
52.133789