mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-18 16:29:51 +00:00
Lines.
This commit is contained in:
parent
05391cab75
commit
966b248d50
13 changed files with 46 additions and 21 deletions
|
@ -3002,6 +3002,10 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
if ("SL".equals(ucType)) // Sessel-Lift
|
||||
return Product.CABLECAR;
|
||||
|
||||
// Unknown product
|
||||
if ("E".equals(ucType))
|
||||
return null;
|
||||
|
||||
throw new IllegalStateException("cannot normalize type '" + type + "'");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue