mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 20:18:48 +00:00
one more product name
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@362 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
5272ccd384
commit
7e35af5dbd
1 changed files with 1 additions and 1 deletions
|
@ -1008,7 +1008,7 @@ public abstract class AbstractEfaProvider implements NetworkProvider
|
|||
|
||||
XmlPullUtil.test(pp, "itdMeansOfTransport");
|
||||
final String productName = pp.getAttributeValue(null, "productName");
|
||||
if ("Fussweg".equals(productName)) // type99
|
||||
if ("Fussweg".equals(productName) || "Taxi".equals(productName))
|
||||
{
|
||||
final int min = (int) (arrivalTime.getTimeInMillis() - departureTime.getTimeInMillis()) / 1000 / 60;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue