OSM — Traffic lanes and carriageway widths
osm_overpass
car_lanes
error
Enabled
Test läuft…
HTTPError: 429 Client Error: Too Many Requests for url: https://overpass-api.de/api/interpreter
- Datensätze
- 11051
- Zuletzt synchronisiert
- 2026-08-19 07:09
- 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": "car_lanes"
}
Normierter Feature-Satz
11051 Features · synchronisiert 2026-08-19 07:09
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
5.092915,
52.0871952
],
[
5.0926964,
52.0870845
],
[
5.0924461,
52.0869443
],
[
5.0922461,
52.0868378
],
[
5.092178,
52.0868007
],
[
5.0920052,
52.0866955
],
[
5.0918581,
52.0865878
]
]
},
"properties": {
"name": "Park Oog in Al",
"lanes": null,
"oneway": false,
"osm_id": 3119556,
"highway": "unclassified",
"surface": "asphalt",
"width_m": null,
"maxspeed": "30",
"osm_type": "way",
"width_source": "unknown",
"cycleway:both": "no",
"lane_markings": "no",
"lanes_forward": null,
"zone:maxspeed": "NL:30",
"lanes_backward": null
}
},
{
"type": "Feature",
"geometry": {
"type": "LineString",
"coordinates": [
[
5.1210293,
52.0866316
],
[
5.1208868,
52.0868319
],
[
5.1208703,
52.0868553
],
[
5.1207684,
52.0868328
]
]
},
"properties": {
"lit": "yes",
"name": "Brandstraat",
"lanes": null,
"oneway": false,
"osm_id": 3243983,
"highway": "residential",
"surface": "paving_stones",
"width_m": null,
"maxspeed": "30",
"osm_type": "way",
"width_source": "unknown",
"cycleway:both": "no",
"lanes_forward": null,
"lanes_backward": null
}
},
…