SH: Can handle equivalent stations.

This commit is contained in:
Andreas Schildbach 2015-06-06 00:13:49 +02:00
parent 12fd51a483
commit 2fe5f00693

View file

@ -38,8 +38,6 @@ public class ShProvider extends AbstractHafasProvider
public ShProvider() public ShProvider()
{ {
super(NetworkId.SH, API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", 10, Charsets.UTF_8); super(NetworkId.SH, API_BASE + "stboard.exe/dn", API_BASE + "ajax-getstop.exe/dn", API_BASE + "query.exe/dn", 10, Charsets.UTF_8);
setStationBoardCanDoEquivs(false);
} }
@Override @Override