Deprecated: Use of MediaWiki\Parser\Parser::getOutput before initialization was deprecated in MediaWiki 1.42. [Called from Lingo\LingoParser::shouldParse in /home/knowledge/test/extensions/Lingo/src/LingoParser.php at line 391] in /home/knowledge/test/includes/debug/MWDebug.php on line 385
GeoJson:KartenBildTest: Unterschied zwischen den Versionen – Test Zum Inhalt springen

THIS IS ONLY A TESTWIKI! LH, MW 1.43.9, PHP 8.3.31, SMW 6

GeoJson:KartenBildTest: Unterschied zwischen den Versionen

Aus Test
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, 11:14 Uhr

Die Karte wird geladen …