Skip to content

Commit

Permalink
Add Kaupunkiretkeily Halinen route
Browse files Browse the repository at this point in the history
  • Loading branch information
juuso-j committed May 23, 2024
1 parent 5058a82 commit 35199dd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions mobility_data/importers/culture_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@
SOURCE_DATA_SRID = 4326
# Routes are from https://citynomadi.com/route/?keywords=turku
URLS = {
"Kaupunkiretkeily Halinen": {
"fi": "https://www.citynomadi.com/api/route/c86bece2b69d483104138fd296609aa3/kml?lang=fi",
"sv": "https://www.citynomadi.com/api/route/c86bece2b69d483104138fd296609aa3/kml?lang=sv",
"en": "https://www.citynomadi.com/api/route/c86bece2b69d483104138fd296609aa3/kml?lang=en",
},
"Tapion Polku": {
"fi": "https://www.citynomadi.com/api/route/5b6669fa989c1b8c2fc552b2b2afdbd1/kml?lang=fi",
"sv": "https://www.citynomadi.com/api/route/5b6669fa989c1b8c2fc552b2b2afdbd1/kml?lang=sv",
Expand Down

0 comments on commit 35199dd

Please sign in to comment.