enable realtime for Düsseldorf

git-svn-id: https://public-transport-enabler.googlecode.com/svn/trunk@281 0924bc21-9374-b0fa-ee44-9ff1593b38f0
This commit is contained in:
andreas.schildbach 2010-10-11 12:06:01 +00:00
parent 675ee38f34
commit bd014ef2df

View file

@ -74,7 +74,7 @@ public class VrrProvider 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();
}
@ -106,7 +106,7 @@ public class VrrProvider extends AbstractEfaProvider
uri.append(productParams(products));
uri.append("&locationServerActive=1");
// TODO uri.append("&useRealtime=1");
uri.append("&useRealtime=1");
return uri.toString();
}