Skip to content

Commit

Permalink
Disable empty HSLlautta feed from HSL OTP v2 dataloading
Browse files Browse the repository at this point in the history
  • Loading branch information
vesameskanen committed Oct 23, 2024
1 parent 84734ee commit adf9473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ const src = (id, url, fit, rules, requestOptions) => ({ id, url, fit, rules, req
const HSL_CONFIG = {
'id': 'hsl',
'src': [
src('HSL', 'https://infopalvelut.storage.hsldev.com/gtfs/hsl.zip', false),
src('HSLlautta', 'https://koontikartta.navici.com/tiedostot/gtfs_lautat_digitransit.zip', false)
src('HSL', 'https://infopalvelut.storage.hsldev.com/gtfs/hsl.zip', false)
// src('HSLlautta', 'https://koontikartta.navici.com/tiedostot/gtfs_lautat_digitransit.zip', false)
],
'osm': 'hsl',
'dem': 'hsl'
Expand Down

0 comments on commit adf9473

Please sign in to comment.