Skip to content

Commit

Permalink
SNCB: Switch API base back to HTTP.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Mar 21, 2017
1 parent 375e9b5 commit 12a2093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion enabler/src/de/schildbach/pte/SncbProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
* @author Andreas Schildbach
*/
public class SncbProvider extends AbstractHafasLegacyProvider {
private static final HttpUrl API_BASE = HttpUrl.parse("https://www.belgianrail.be/jp/sncb-nmbs-routeplanner/");
private static final HttpUrl API_BASE = HttpUrl.parse("http://www.belgianrail.be/jp/sncb-nmbs-routeplanner/");
// http://hari.b-rail.be/hafas/bin/
private static final Product[] PRODUCTS_MAP = { Product.HIGH_SPEED_TRAIN, null, Product.HIGH_SPEED_TRAIN, null,
null, Product.BUS, Product.REGIONAL_TRAIN, null, Product.SUBWAY, Product.BUS, Product.TRAM, null, null,
Expand Down

0 comments on commit 12a2093

Please sign in to comment.