mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 08:09:50 +00:00
NS: 'Ferry' line.
This commit is contained in:
parent
4c8d4af1e1
commit
7e3670418d
1 changed files with 3 additions and 0 deletions
|
@ -54,6 +54,9 @@ public class NsProvider extends AbstractHafasLegacyProvider {
|
|||
if (ucType.equals("N")) // Avignon
|
||||
return Product.REGIONAL_TRAIN;
|
||||
|
||||
if ("FERRY".equals(ucType))
|
||||
return Product.FERRY;
|
||||
|
||||
return super.normalizeType(type);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue