OSM — Streets with speed limits

osm_overpass streets_with_speed error Enabled
Test läuft…
ConnectionError: HTTPSConnectionPool(host='overpass-api.de', port=443): Read timed out.
Datensätze
12974
Zuletzt synchronisiert
2026-09-06 16:47
Lizenz
ODbL
Namensnennung
© OpenStreetMap contributors

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": "streets_with_speed"
}

Normierter Feature-Satz

12974 Features · synchronisiert 2026-09-06 16:47

{
  "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",
        "osm_id": 3119556,
        "highway": "unclassified",
        "surface": "asphalt",
        "maxspeed": "30",
        "osm_type": "way",
        "cycleway:both": "no",
        "lane_markings": "no",
        "zone:maxspeed": "NL:30"
      }
    },
    {
      "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",
        "osm_id": 3243983,
        "highway": "residential",
        "surface": "paving_stones",
        "maxspeed": "30",
        "osm_type": "way",
        "cycleway:both": "no"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "LineString",
        "coordinates": [
          [
            5.111717,
            52.0933379
          ],
          [
            5.1116681,
            52.0933942
          ],
          [
            5.1113682,
            52.0937395
          ]
        ]
      },
      …