Skip to content

Commit

Permalink
NASA HAFAS: Extend productbits
Browse files Browse the repository at this point in the history
* Add local (FlixTrain)
* Split bus into bus (64) and on-demand (128)
  • Loading branch information
derf committed Aug 24, 2024
1 parent e8241cc commit 4a90169
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion data/de/nasa-hafas-mgate.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"bitmasks": [2],
"name": "InterCity & EuroCity"
},
{
"id": "local",
"bitmasks": [4],
"name": "FlixTrain etc."
},
{
"id": "regional",
"bitmasks": [8],
Expand All @@ -61,9 +66,14 @@
},
{
"id": "bus",
"bitmasks": [64, 128],
"bitmasks": [64],
"name": "Bus"
},
{
"id": "on-demand",
"bitmasks": [128],
"name": "Rufbus"
},
{
"id": "tourismTrain",
"bitmasks": [256],
Expand Down

0 comments on commit 4a90169

Please sign in to comment.