mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-17 03:39:51 +00:00
enable realtime departures where possible
git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@269 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
parent
a5a2f4671e
commit
119a91f72d
8 changed files with 32 additions and 24 deletions
|
@ -74,6 +74,7 @@ public class GvhProvider extends AbstractEfaProvider
|
|||
uri.append("&type_dm=stop");
|
||||
uri.append("&name_dm=").append(stationId);
|
||||
uri.append("&mode=direct");
|
||||
uri.append("&useRealtime=1");
|
||||
return uri.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue