mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-12 22:28:48 +00:00
fixed footway arrival names
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@251 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
9c7150956a
commit
5d673618c8
1 changed files with 1 additions and 1 deletions
|
@ -774,7 +774,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
final int min = (int) (arrivalTime.getTimeInMillis() - departureTime.getTimeInMillis()) / 1000 / 60;
|
final int min = (int) (arrivalTime.getTimeInMillis() - departureTime.getTimeInMillis()) / 1000 / 60;
|
||||||
part = new Connection.Footway(min, departureId, departurePosition, arrivalId, arrivalPosition);
|
part = new Connection.Footway(min, departureId, departure, arrivalId, arrival);
|
||||||
}
|
}
|
||||||
XmlPullUtil.skipRestOfTree(pp);
|
XmlPullUtil.skipRestOfTree(pp);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue