mirror of
https://gitlab.com/oeffi/public-transport-enabler.git
synced 2025-07-20 01:10:02 +00:00
Disable sort by weight in JSON getstops for Brandenburg.
This commit is contained in:
parent
2be10d8bbf
commit
32ceccedb8
2 changed files with 12 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue