GeoJson:Canvas 59: Difference between revisions

Jump to navigation Jump to search
(Created GeoJSON page)
 
(Second Opcellog)
 
(2 intermediate revisions 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": [
                    24.40625,
                    72.662842
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "GSm Sunray Trolling",
                "description": "(Event)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    96.132813,
                    47.823608
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Second Opcellog",
                "description": "(Event)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    40.765625,
                    77.046875
                ]
            }
        }
    ]
}
}

Latest revision as of 15:39, 18 November 2023

type"FeatureCollection"
features
type"Feature"
properties
title"ManePxls"
description"(Faction)"
geometry
type"Point"
coordinates
24.40625
72.662842
type"Feature"
properties
title"GSm Sunray Trolling"
description"(Event)"
geometry
type"Point"
coordinates
96.132813
47.823608
type"Feature"
properties
title"Second Opcellog"
description"(Event)"
geometry
type"Point"
coordinates
40.765625
77.046875