mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-16 01:19:49 +00:00
fixed change speed for all efa based providers
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@262 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
5128d2f1e5
commit
2fcad6dc7f
5 changed files with 5 additions and 0 deletions
|
@ -103,6 +103,7 @@ public class GvhProvider extends AbstractEfaProvider
|
|||
|
||||
// TODO products
|
||||
|
||||
uri.append("&ptOptionsActive=1");
|
||||
uri.append("&changeSpeed=").append(WALKSPEED_MAP.get(walkSpeed));
|
||||
|
||||
uri.append("&locationServerActive=1");
|
||||
|
|
|
@ -96,6 +96,7 @@ public class LinzProvider extends AbstractEfaProvider
|
|||
|
||||
// TODO products
|
||||
|
||||
uri.append("&ptOptionsActive=1");
|
||||
uri.append("&changeSpeed=").append(WALKSPEED_MAP.get(walkSpeed));
|
||||
|
||||
return uri.toString();
|
||||
|
|
|
@ -150,6 +150,7 @@ public class MvvProvider extends AbstractEfaProvider
|
|||
|
||||
uri.append(productParams(products));
|
||||
|
||||
uri.append("&ptOptionsActive=1");
|
||||
uri.append("&changeSpeed=").append(WALKSPEED_MAP.get(walkSpeed));
|
||||
|
||||
uri.append("&locationServerActive=1");
|
||||
|
|
|
@ -103,6 +103,7 @@ public class VrnProvider extends AbstractEfaProvider
|
|||
|
||||
// TODO products
|
||||
|
||||
uri.append("&ptOptionsActive=1");
|
||||
uri.append("&changeSpeed=").append(WALKSPEED_MAP.get(walkSpeed));
|
||||
|
||||
uri.append("&locationServerActive=1");
|
||||
|
|
|
@ -103,6 +103,7 @@ public class VrrProvider extends AbstractEfaProvider
|
|||
|
||||
// TODO products
|
||||
|
||||
uri.append("&ptOptionsActive=1");
|
||||
uri.append("&changeSpeed=").append(WALKSPEED_MAP.get(walkSpeed));
|
||||
|
||||
uri.append("&locationServerActive=1");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue