GeoJson:Map: Unterschied zwischen den Versionen

Aus Stadtsprachen
Wechseln zu:Navigation, Suche
Leere Seite erstellt
 
Keine Bearbeitungszusammenfassung
Zeile 1: Zeile 1:
 
{
    "type": "FeatureCollection",
    "features": [
        {
            "type": "Feature",
            "properties": {},
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            9.936872,
                            49.778993
                        ],
                        [
                            9.936974,
                            49.77882
                        ],
                        [
                            9.937199,
                            49.778869
                        ],
                        [
                            9.93706,
                            49.779063
                        ],
                        [
                            9.93706,
                            49.779063
                        ],
                        [
                            9.936872,
                            49.778993
                        ]
                    ]
                ]
            }
        },
        {
            "type": "Feature",
            "properties": {
                "title": "4324",
                "description": "432423"
            },
            "geometry": {
                "type": "Polygon",
                "coordinates": [
                    [
                        [
                            9.933709,
                            49.78517
                        ],
                        [
                            9.933709,
                            49.791155
                        ],
                        [
                            9.950711,
                            49.791155
                        ],
                        [
                            9.950711,
                            49.78517
                        ],
                        [
                            9.933709,
                            49.78517
                        ]
                    ]
                ]
            }
        }
    ]
}

Version vom 19. Juli 2022, 22:18 Uhr

{

   "type": "FeatureCollection",
   "features": [
       {
           "type": "Feature",
           "properties": {},
           "geometry": {
               "type": "Polygon",
               "coordinates": [
                   [
                       [
                           9.936872,
                           49.778993
                       ],
                       [
                           9.936974,
                           49.77882
                       ],
                       [
                           9.937199,
                           49.778869
                       ],
                       [
                           9.93706,
                           49.779063
                       ],
                       [
                           9.93706,
                           49.779063
                       ],
                       [
                           9.936872,
                           49.778993
                       ]
                   ]
               ]
           }
       },
       {
           "type": "Feature",
           "properties": {
               "title": "4324",
               "description": "432423"
           },
           "geometry": {
               "type": "Polygon",
               "coordinates": [
                   [
                       [
                           9.933709,
                           49.78517
                       ],
                       [
                           9.933709,
                           49.791155
                       ],
                       [
                           9.950711,
                           49.791155
                       ],
                       [
                           9.950711,
                           49.78517
                       ],
                       [
                           9.933709,
                           49.78517
                       ]
                   ]
               ]
           }
       }
   ]

}