mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-21 01:39:51 +00:00
handle h2g type 4 connection parts
This commit is contained in:
parent
af9bbdaec2
commit
86717d4c86
1 changed files with 1 additions and 1 deletions
|
@ -1809,7 +1809,7 @@ public abstract class AbstractHafasProvider extends AbstractNetworkProvider
|
|||
}
|
||||
|
||||
final Connection.Part part;
|
||||
if (type == 1 /* Fussweg */|| type == 3 /* Uebergang */)
|
||||
if (type == 1 /* Fussweg */|| type == 3 /* Uebergang */|| type == 4 /* Uebergang */)
|
||||
{
|
||||
final int min = (int) ((plannedArrivalTime - plannedDepartureTime) / 1000 / 60);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue