Beispiel — Überschwemmungsgebiete (Demo-Daten)

manual flood_risk active Disabled
Test läuft…
Datensätze
2
Zuletzt synchronisiert
2026-06-19 07:12
Lizenz
CC0 (example data — not official flood zones)
Namensnennung
Illustrative demo data only

Connector: Manuell gepflegt

Übernimmt eine bereits normalisierte GeoJSON-FeatureCollection direkt aus der Konfiguration. Für Orte ohne API-Datenquellen.

Configuration fields

Schlüssel Type Required Description
feature_collection object GeoJSON FeatureCollection

Konfiguration

{
  "feature_collection": {
    "type": "FeatureCollection",
    "features": [
      {
        "type": "Feature",
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                12.335,
                51.3
              ],
              [
                12.355,
                51.3
              ],
              [
                12.358,
                51.345
              ],
              [
                12.338,
                51.345
              ],
              [
                12.335,
                51.3
              ]
            ]
          ]
        },
        "properties": {
          "name": "HQ100 Weiße Elster",
          "note": "illustrative",
          "return_period": "100a"
        }
      },
      {
        "type": "Feature",
        "geometry": {
          "type": "Polygon",
          "coordinates": [
            [
              [
                12.375,
                51.305
              ],
              [
                12.39,
                51.305
              ],
              [
                12.392,
                51.335
              ],
              [
                12.377,
                51.335
              ],
              [
                12.375,
                51.305
              ]
            ]
          ]
        },
        "properties": {
          "name": "HQ100 Pleiße",
          "note": "illustrative",
          "return_period": "100a"
        }
      }
    ]
  }
}

Normierter Feature-Satz

2 Features · synchronisiert 2026-06-19 07:12

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              12.335,
              51.3
            ],
            [
              12.355,
              51.3
            ],
            [
              12.358,
              51.345
            ],
            [
              12.338,
              51.345
            ],
            [
              12.335,
              51.3
            ]
          ]
        ]
      },
      "properties": {
        "name": "HQ100 Weiße Elster",
        "note": "illustrative",
        "return_period": "100a"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Polygon",
        "coordinates": [
          [
            [
              12.375,
              51.305
            ],
            [
              12.39,
              51.305
            ],
            [
              12.392,
              51.335
            ],
            [
              12.377,
              51.335
            ],
            [
              12.375,
              51.305
            ]
          ]
        ]
      },
      "properties": {
        "name": "HQ100 Pleiße",
        "note": "illustrative",
        "return_period": "100a"
      }
    }
  ]
}