GeoJson:Canvas 83: Difference between revisions

Jump to navigation Jump to search
(Created page with "{ "type": "FeatureCollection", "features": [] }")
 
(Visual map edit)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "Legion",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    92.53125,
                    5.845947
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Ember Empire",
                "description": "(Faction)"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    88.78125,
                    5.751099
                ]
            }
        }
    ]
}
}

Revision as of 21:34, 6 October 2024

type"FeatureCollection"
features
type"Feature"
properties
title"Legion"
description"(Faction)"
geometry
type"Point"
coordinates
92.53125
5.845947
type"Feature"
properties
title"Ember Empire"
description"(Faction)"
geometry
type"Point"
coordinates
88.78125
5.751099