mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-14 08:40:29 +00:00
Fix incomplete product parsing for Stockholm.
This commit is contained in:
parent
28c0709a3c
commit
e8704f8b85
1 changed files with 2 additions and 0 deletions
|
@ -81,6 +81,8 @@ public class StockholmProvider extends AbstractHafasProvider
|
|||
return 'B';
|
||||
if (value == 16) // Flygbussar
|
||||
return 'B';
|
||||
if (value == 32)
|
||||
return 'F';
|
||||
if (value == 64) // Waxholmsbåtar
|
||||
return 'F';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue