Skip to content

Commit 484ce17

Browse files
committed
Filter länsilinjat away from matkahuolto gtfs (duplicate data)
1 parent 8754627 commit 484ce17

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ const routers = {
119119
id: 'kela',
120120
src: [
121121
mapSrc('kela', 'https://koontikartta.navici.com/tiedostot/gtfs_kela.zip'),
122-
mapSrc('matkahuolto', mhAddress, false, ['kela/gtfs-rules/no-onnibus-mega.rule'], { 'transfers.txt': null }),
122+
mapSrc('matkahuolto', mhAddress, false, ['kela/gtfs-rules/matkahuolto.rule'], { 'transfers.txt': null }),
123123
mapSrc('lansilinjat', 'https://lansilinjat.fi/wp-content/uploads/GTFS-Lansilinjat.zip')
124124
],
125125
osm: ['finland']
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# Onnibus mega (has no support for Kela fare)
22
{"op":"remove", "match":{"file":"agency.txt", "agency_id":"4820"}}
3+
4+
# Länsilinjat duplicates
5+
{"op":"remove", "match":{"file":"agency.txt", "agency_id":"299"}}

0 commit comments

Comments
 (0)