mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-02-23 23:29:35 +02:00
Update bitmasks
This commit is contained in:
parent
2a5a385515
commit
9848dfa762
1 changed files with 4 additions and 4 deletions
|
@ -28,7 +28,7 @@ module.exports = [
|
||||||
{
|
{
|
||||||
id: 's-bahn',
|
id: 's-bahn',
|
||||||
mode: 'train',
|
mode: 'train',
|
||||||
bitmasks: [16],
|
bitmasks: [8],
|
||||||
name: 'S-Bahn',
|
name: 'S-Bahn',
|
||||||
short: 'S',
|
short: 'S',
|
||||||
default: true
|
default: true
|
||||||
|
@ -36,7 +36,7 @@ module.exports = [
|
||||||
{
|
{
|
||||||
id: 'u-bahn',
|
id: 'u-bahn',
|
||||||
mode: 'train',
|
mode: 'train',
|
||||||
bitmasks: [32],
|
bitmasks: [16],
|
||||||
name: 'U-Bahn',
|
name: 'U-Bahn',
|
||||||
short: 'U',
|
short: 'U',
|
||||||
default: true
|
default: true
|
||||||
|
@ -44,7 +44,7 @@ module.exports = [
|
||||||
{
|
{
|
||||||
id: 'tram',
|
id: 'tram',
|
||||||
mode: 'train',
|
mode: 'train',
|
||||||
bitmasks: [64],
|
bitmasks: [32],
|
||||||
name: 'Straßenbahn',
|
name: 'Straßenbahn',
|
||||||
short: 'Tram',
|
short: 'Tram',
|
||||||
default: true
|
default: true
|
||||||
|
@ -52,7 +52,7 @@ module.exports = [
|
||||||
{
|
{
|
||||||
id: 'bus',
|
id: 'bus',
|
||||||
mode: 'bus',
|
mode: 'bus',
|
||||||
bitmasks: [128],
|
bitmasks: [64, 128],
|
||||||
name: 'Bus',
|
name: 'Bus',
|
||||||
short: 'Bus',
|
short: 'Bus',
|
||||||
default: true
|
default: true
|
||||||
|
|
Loading…
Add table
Reference in a new issue