2017-12-18 23:24:11 +01:00
|
|
|
'use strict'
|
|
|
|
|
2018-03-16 14:23:27 +01:00
|
|
|
module.exports = [
|
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'nationalExp',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'train',
|
|
|
|
bitmasks: [1],
|
2017-12-26 00:58:12 +01:00
|
|
|
name: 'InterCityExpress & RailJet',
|
|
|
|
short: 'ICE/RJ',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'national',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'train',
|
|
|
|
bitmasks: [2, 4],
|
2017-12-26 00:58:12 +01:00
|
|
|
name: 'InterCity & EuroCity',
|
|
|
|
short: 'IC/EC',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'interregional',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'train',
|
|
|
|
bitmasks: [8, 4096],
|
2017-12-26 00:58:12 +01:00
|
|
|
name: 'Durchgangszug & EuroNight',
|
|
|
|
short: 'D/EN',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'regional',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'train',
|
|
|
|
bitmasks: [16],
|
2017-12-26 00:58:12 +01:00
|
|
|
name: 'Regional & RegionalExpress',
|
|
|
|
short: 'R/REX',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'suburban',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'train',
|
|
|
|
bitmasks: [32],
|
2017-12-26 00:58:12 +01:00
|
|
|
name: 'S-Bahn',
|
|
|
|
short: 'S',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'bus',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'bus',
|
|
|
|
bitmasks: [64],
|
2017-12-18 23:24:11 +01:00
|
|
|
name: 'Bus',
|
2017-12-26 00:58:12 +01:00
|
|
|
short: 'B',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'ferry',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'watercraft',
|
|
|
|
bitmasks: [128],
|
2017-12-26 00:58:12 +01:00
|
|
|
name: 'Ferry',
|
|
|
|
short: 'F',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'subway',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'train',
|
|
|
|
bitmasks: [256],
|
2017-12-26 00:58:12 +01:00
|
|
|
name: 'U-Bahn',
|
|
|
|
short: 'U',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'tram',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: 'train',
|
|
|
|
bitmasks: [512],
|
2017-12-18 23:24:11 +01:00
|
|
|
name: 'Tram',
|
2017-12-26 00:58:12 +01:00
|
|
|
short: 'T',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-26 00:58:12 +01:00
|
|
|
},
|
2018-03-16 14:23:27 +01:00
|
|
|
{
|
2018-03-16 17:06:32 +01:00
|
|
|
id: 'onCall',
|
2018-03-16 14:23:27 +01:00
|
|
|
mode: null, // todo
|
|
|
|
bitmasks: [2048],
|
2017-12-26 00:58:12 +01:00
|
|
|
name: 'On-call transit',
|
|
|
|
short: 'on-call',
|
2018-03-16 14:23:27 +01:00
|
|
|
default: true
|
2017-12-18 23:24:11 +01:00
|
|
|
}
|
2017-12-26 00:58:12 +01:00
|
|
|
]
|