Skip to content

Instantly share code, notes, and snippets.

@seanlilmateus
Forked from LilithWittmann/autobahn.md
Created July 20, 2021 23:24
Show Gist options
  • Save seanlilmateus/145cc80de6b8943e1ef1ad22c1d172c7 to your computer and use it in GitHub Desktop.
Save seanlilmateus/145cc80de6b8943e1ef1ad22c1d172c7 to your computer and use it in GitHub Desktop.
autobahn.md

Autobahn App API

Das BMVI hat eine völlig nutzlose App gebaut. Eine Autobahn-Info App.

Wirklich völlig nutzlos?

Nein, es gibt jetzt nämlich eine offene API für aktuelle Verwaltungsdaten in Bezug auf Baustellen-Informationen, Webcams, Parkplätze, … - bestimmt für jemand nützlich.

Endpunkte

Hier gibt es eine OpenAPI Spec von @creckord: https://gist.github.com/creckord/a2e09267f5fdfadc2cd75eedb3182b8a

Tiles

@riccardoklinger hat die OSM-Tile-Endpoints gefunden:

Basiskarte: https://tiles.autobahn.de/osm_tiles/{z}/{x}/{y}.png Labels only: https://tiles.autobahn.de/osm_tiles_foreground/{z}/{x}/{y}.png

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment