Disable sort by weight in JSON getstops for Brandenburg.

This commit is contained in:
Andreas Schildbach 2014-12-15 16:44:26 +01:00
parent 2be10d8bbf
commit 32ceccedb8
2 changed files with 12 additions and 0 deletions

View file

@ -45,6 +45,8 @@ public class VbbProvider extends AbstractHafasProvider
public VbbProvider()
{
super(API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", 7, UTF_8);
setJsonGetStopsUseWeight(false);
}
public NetworkId id()