Skip to content

Commit 162b3f9

Browse files
authored
Merge pull request #448 from HSLdevcom/DT-6708-v3
DT-6708 Oulu fare config (waltti)
2 parents 2229987 + 30b3d4d commit 162b3f9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

waltti/config.js

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,16 @@ module.exports = {
3333
'Kuopio',
3434
'https://karttapalvelu.kuopio.fi/google_transit/google_transit.zip',
3535
),
36-
mapSrc('OULU', 'https://tvv.fra1.digitaloceanspaces.com/229.zip'),
36+
mapSrc(
37+
'OULU',
38+
'https://tvv.fra1.digitaloceanspaces.com/229.zip',
39+
true,
40+
undefined,
41+
{
42+
'fare_attributes.txt': 'digitransit_fare_attributes.txt',
43+
'fare_rules.txt': 'digitransit_fare_rules.txt',
44+
},
45+
),
3746
mapSrc(
3847
'LINKKI',
3948
'https://tvv.fra1.digitaloceanspaces.com/209.zip',

0 commit comments

Comments
 (0)