mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-10 21:18:47 +00:00
enable realtime for Salzburg
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@276 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
3d9f79308b
commit
8ede555bbd
1 changed files with 2 additions and 2 deletions
|
@ -74,7 +74,7 @@ public class SvvProvider extends AbstractEfaProvider
|
|||
uri.append("&type_dm=stop");
|
||||
uri.append("&name_dm=").append(stationId);
|
||||
uri.append("&mode=direct");
|
||||
// TODO uri.append("&useRealtime=1");
|
||||
uri.append("&useRealtime=1");
|
||||
return uri.toString();
|
||||
}
|
||||
|
||||
|
@ -105,7 +105,7 @@ public class SvvProvider extends AbstractEfaProvider
|
|||
uri.append("&changeSpeed=").append(WALKSPEED_MAP.get(walkSpeed));
|
||||
uri.append(productParams(products));
|
||||
|
||||
// TODO uri.append("&useRealtime=1");
|
||||
uri.append("&useRealtime=1");
|
||||
|
||||
return uri.toString();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue