Extend stops to DACH-region
Deploy PBT / deploy (push) Failing after 2m53s

This commit is contained in:
2026-09-12 07:06:29 +02:00
parent 039e2905dd
commit a52e233c31
9 changed files with 204 additions and 139 deletions
+1
View File
@@ -142,6 +142,7 @@ def register_routes(app):
"id": stop.id,
"name": stop.name,
"type": stop.stop_type,
"country": stop.country,
"municipality": stop.municipality,
"lat": stop.latitude,
"lon": stop.longitude,