THIS IS ONLY A TESTWIKI! LH, MW 1.39.7, PHP 8, SMW 4.1.3

GeoJson:KartenBildTest: Unterschied zwischen den Versionen

Aus Test
Zur Navigation springen Zur Suche springen
(GeoJSON Seite wurde erstellt)
 
(Visual map edit)
 
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
{
{
     "type": "FeatureCollection",
     "type": "FeatureCollection",
     "features": []
     "features": [
        {
            "type": "Feature",
            "properties": {
                "title": "Test Bernhard",
                "description": "Test"
            },
            "geometry": {
                "type": "Point",
                "coordinates": [
                    16.370616,
                    48.206118
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Test2",
                "description": "Test2"
            },
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            16.368878,
                            48.20919
                        ],
                        [
                            16.368878,
                            48.210306
                        ],
                        [
                            16.373427,
                            48.210306
                        ],
                        [
                            16.373427,
                            48.20919
                        ],
                        [
                            16.368878,
                            48.20919
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "Test3",
                "description": "Test3"
            },
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            39.0625,
                            37.195833
                        ],
                        [
                            39.0625,
                            39.820833
                        ],
                        [
                            42.5625,
                            39.820833
                        ],
                        [
                            42.5625,
                            37.195833
                        ],
                        [
                            39.0625,
                            37.195833
                        ]
                    ]
                ]
            }
        }
    ]
}
}

Aktuelle Version vom 2. April 2024, 10:14 Uhr

Die Karte wird geladen …