GeoJson:LeafletEditorExample: Difference between revisions

From Maps for MediaWiki
(Created GeoJSON page)
 
(Visual map edit)
Line 1: Line 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.371649,
                    52.515374
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Hello!",
                "description": ""
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.379803,
                    52.512553
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Example title",
                "description": "Example description"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.399458,
                    52.512449
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.402977,
                    52.515217
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.403835,
                    52.518717
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.405638,
                    52.513023
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.40847,
                    52.516262
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.357315,
                    52.510568
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.358345,
                    52.522007
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.383923,
                    52.522111
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "LineString",
                "coordinates": [
                    [
                        13.37122,
                        52.511613
                    ],
                    [
                        13.382549,
                        52.519448
                    ],
                    [
                        13.386583,
                        52.51062
                    ],
                    [
                        13.397226,
                        52.511404
                    ],
                    [
                        13.415079,
                        52.5113
                    ],
                    [
                        13.418941,
                        52.516523
                    ],
                    [
                        13.419456,
                        52.521693
                    ],
                    [
                        13.424864,
                        52.519866
                    ],
                    [
                        13.421516,
                        52.511143
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            13.39036,
                            52.518455
                        ],
                        [
                            13.39551,
                            52.521589
                        ],
                        [
                            13.399801,
                            52.518664
                        ],
                        [
                            13.395081,
                            52.515217
                        ],
                        [
                            13.391647,
                            52.514747
                        ],
                        [
                            13.39036,
                            52.518455
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            13.361092,
                            52.519134
                        ],
                        [
                            13.361092,
                            52.520649
                        ],
                        [
                            13.365383,
                            52.520649
                        ],
                        [
                            13.365383,
                            52.519134
                        ],
                        [
                            13.361092,
                            52.519134
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Point",
                "coordinates": [
                    13.363409,
                    52.519813
                ]
            }
        }
    ]
}
}

Revision as of 14:29, 3 June 2020

type"FeatureCollection"
features
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.371649
52.515374
type"Feature"
properties
title"Hello!"
description""
geometry
type"Point"
coordinates
13.379803
52.512553
type"Feature"
properties
title"Example title"
description"Example description"
geometry
type"Point"
coordinates
13.399458
52.512449
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.402977
52.515217
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.403835
52.518717
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.405638
52.513023
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.40847
52.516262
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.357315
52.510568
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.358345
52.522007
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.383923
52.522111
type"Feature"
properties
Empty object
geometry
type"LineString"
coordinates
13.37122
52.511613
13.382549
52.519448
13.386583
52.51062
13.397226
52.511404
13.415079
52.5113
13.418941
52.516523
13.419456
52.521693
13.424864
52.519866
13.421516
52.511143
type"Feature"
properties
Empty object
geometry
type"Polygon"
coordinates
13.39036
52.518455
13.39551
52.521589
13.399801
52.518664
13.395081
52.515217
13.391647
52.514747
13.39036
52.518455
type"Feature"
properties
Empty object
geometry
type"Polygon"
coordinates
13.361092
52.519134
13.361092
52.520649
13.365383
52.520649
13.365383
52.519134
13.361092
52.519134
type"Feature"
properties
Empty object
geometry
type"Point"
coordinates
13.363409
52.519813