Work around broken routeIndex in Schwerin

This commit is contained in:
Andreas Schildbach 2013-12-19 13:22:30 +01:00
parent f1cd531e7c
commit 94d14f89c4

View file

@ -34,6 +34,8 @@ public class VmvProvider extends AbstractEfaProvider
public VmvProvider()
{
super(API_BASE);
setUseRouteIndexAsTripId(false);
}
public NetworkId id()