Skip to content

Commit ad7629f

Browse files
committed
Merge branch 'v3' of github.com:hsldevcom/opentripplanner-data-container into v3
2 parents d890908 + fa6b59f commit ad7629f

2 files changed

Lines changed: 9 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ for consumption by Digitransit maintained OTP version 2.x instances.
1212
### otp-data-builder
1313

1414
The actual data builder application. This is a node.js application that fetches
15-
and processes new gtfs/osm data. It's build around gulp and all separate steps of
16-
databuilding process can also be called directly from the source tree. The only
17-
required external dependency is docker. Docker is used for launching external
18-
commands that do for example data manipulation.
15+
and processes new gtfs/osm data. It's built around gulp and all separate steps of
16+
the databuilding process can also be called directly from the source tree. The only
17+
required external dependency is Docker. Docker is used for launching external
18+
commands that do, for example, data manipulation.
1919

2020
install gulp cli:
2121
`yarn global add gulp-cli`

kela/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ module.exports = {
3434
false,
3535
['kela/gtfs-rules/remove-route-color.rule'],
3636
),
37+
mapSrc(
38+
'kela_lautat',
39+
'https://mobility.mobility-database.fintraffic.fi/static/kelalautat.zip',
40+
false,
41+
),
3742
mapSrc(
3843
'matkahuolto',
3944
mhAddress,

0 commit comments

Comments
 (0)