OSM — Grün- und Parkflächen
osm_overpass
green_areas
error
Enabled
Test läuft…
HTTPError: 429 Client Error: Too Many Requests for url: https://overpass-api.de/api/interpreter
- Datensätze
- 15130
- Zuletzt synchronisiert
- 2026-08-21 07:20
- Lizenz
- ODbL
- Namensnennung
- © OpenStreetMap contributors
- Quell-URL
- https://www.openstreetmap.org/
Connector: OpenStreetMap (Overpass)
Fragt OpenStreetMap-Daten über die Overpass-API ab. Enthält Templates für die wichtigsten Mobilitäts-, Daseinsvorsorge- und Klima-Layer; Bounding Box stammt aus dem Workspace-Profil oder der Konfiguration.
Configuration fields
| Schlüssel | Type | Required | Description |
|---|---|---|---|
| template | string | ✓ | Template (or 'custom') |
| custom_query | string | Custom Overpass QL (when template = custom) | |
| bbox | string | Bounding box 'south,west,north,east' (optional — defaults to workspace bounds) |
Konfiguration
{
"template": "parks_and_green"
}
Normierter Feature-Satz
15130 Features · synchronisiert 2026-08-21 07:20
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
12.3405045,
51.3294117
],
[
12.341133,
51.3299737
],
[
12.3408859,
51.3301348
],
[
12.3405045,
51.3294117
]
]
]
},
"properties": {
"name": "Rathausplatz Plagwitz",
"osm_id": 4376425,
"leisure": "park",
"osm_type": "way",
"opening_date": "2025-05-28"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
12.4119949,
51.3741751
],
[
12.4120697,
51.3741487
],
[
12.4129982,
51.3740537
],
[
12.4132462,
51.3748573
],
[
12.4126748,
51.3747254
],
[
12.4125552,
51.3746847
],
[
12.4124794,
51.3746339
],
[
12.4119949,
51.3741751
]
]
]
},
"properties": {
"name": "Mockauer Platz",
"note": "Der Stadtrat hat die Benennung am 24.01.24 nur beschlossen. Bestandskräftig wird sie erst mit dem Ablauf der Widerspruchsfrist (1 Monat nach Bekanntgabe im Amtsblatt), also seit 04.03.2024.",
"osm_id": 4793043,
"source": "landsat",
"leisure": "park",
"osm_type": "way",
"wikidata": "Q124855225"
}
},
{
"type": "Feature",
"geometry": {
"type": "Polygon",
…