Skip to content

Commit

Permalink
Merge pull request #337 from City-of-Turku/feature/culture-routes-add…
Browse files Browse the repository at this point in the history
…-tapion-polku

Feature/culture routes add tapion polku
  • Loading branch information
juuso-j committed Mar 28, 2024
2 parents 7bd5482 + b08e775 commit 4dde41e
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 = {
"Tapion Polku": {
"fi": "https://www.citynomadi.com/api/route/5b6669fa989c1b8c2fc552b2b2afdbd1/kml?lang=fi",
"sv": "https://www.citynomadi.com/api/route/5b6669fa989c1b8c2fc552b2b2afdbd1/kml?lang=sv",
"en": "https://www.citynomadi.com/api/route/5b6669fa989c1b8c2fc552b2b2afdbd1/kml?lang=en",
},
"Sotiemme Turku": {
"fi": "https://citynomadi.com/api/route/fb656ce4fc31868f4b90168ecc3fabdb/kml?lang=fi",
"sv": "https://citynomadi.com/api/route/fb656ce4fc31868f4b90168ecc3fabdb/kml?lang=sv",
Expand Down

0 comments on commit 4dde41e

Please sign in to comment.