Skip to content

Commit

Permalink
Revert "Revert "Revert "Disable estonian data temporarily for release"""
Browse files Browse the repository at this point in the history
This reverts commit 4877f66.
  • Loading branch information
vesameskanen committed Jul 7, 2023
1 parent 4877f66 commit 8e54b13
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ const FINLAND_CONFIG = {
src('Rovaniemi', 'https://tvv.fra1.digitaloceanspaces.com/237.zip', 'gtfs_shape_mapfit/fit_gtfs_stops.bash'),
src('Kajaani', 'https://tvv.fra1.digitaloceanspaces.com/211.zip', 'gtfs_shape_mapfit/fit_gtfs_stops.bash'),
src('Salo', 'https://tvv.fra1.digitaloceanspaces.com/239.zip', 'gtfs_shape_mapfit/fit_gtfs_stops.bash'),
src('Pori', 'https://tvv.fra1.digitaloceanspaces.com/231.zip', 'gtfs_shape_mapfit/fit_gtfs_stops.bash')
/*
src('Pori', 'https://tvv.fra1.digitaloceanspaces.com/231.zip', 'gtfs_shape_mapfit/fit_gtfs_stops.bash'),
src('Viro', 'http://peatus.ee/gtfs/gtfs.zip', false),
src('Vikingline', 'https://fgwgtfsprod.blob.core.windows.net/gtfsout/latest_VIKINGLINE.zip', false)
*/
],
'osm': ['finland'] // ['finland', 'estonia']
'osm': ['finland', 'estonia']
}

const WALTTI_CONFIG = {
Expand Down

0 comments on commit 8e54b13

Please sign in to comment.