OSM — Schulen

osm_overpass schools active Enabled
Test läuft…
Datensätze
211
Zuletzt synchronisiert
2026-04-30 08:57
Lizenz
ODbL
Namensnennung

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

Normierter Feature-Satz

211 Features · synchronisiert 2026-04-30 08:57

{
  "type": "FeatureCollection",
  "features": [
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.4436346,
          51.3302541
        ]
      },
      "properties": {
        "fax": "+49 341 65221924",
        "name": "Oberschule Mölkau",
        "email": "[email protected]",
        "phone": "+49 341 6522190",
        "grades": "5-10",
        "osm_id": 268135138,
        "amenity": "school",
        "website": "https://cms.sachsen.schule/oslmoelkau/willkommen.html",
        "operator": "Stadt Leipzig - Amt für Schule",
        "osm_type": "node",
        "addr:city": "Leipzig",
        "education": "school",
        "addr:street": "Schulstraße",
        "addr:postcode": "04316",
        "operator:type": "government",
        "addr:housenumber": "6"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.4444486,
          51.3299086
        ]
      },
      "properties": {
        "name": "Grundschule Mölkau",
        "email": "[email protected]",
        "phone": "+49 341 687039-0",
        "grades": "1-4",
        "osm_id": 268252994,
        "amenity": "school",
        "website": "https://cms.sachsen.schule/gsmoelkau/schule.html",
        "operator": "Stadt Leipzig - Amt für Schule",
        "osm_type": "node",
        "addr:city": "Leipzig",
        "education": "school",
        "addr:street": "Schulstraße",
        "addr:postcode": "04316",
        "operator:type": "government",
        "addr:housenumber": "8"
      }
    },
    {
      "type": "Feature",
      "geometry": {
        "type": "Point",
        "coordinates": [
          12.3695577,
          51.3605559
        ]
      },
      "properties": {
        "name": "URANIA Leipzig e.V.",
        "osm_id": 1181040026,
        "amenity": "school",
        "alt_name": "URANIA",
        "osm_type": "node",
        "addr:city": "Leipzig",
        …