Skip to content

Commit

Permalink
VAO: Sync to 2.21.
Browse files Browse the repository at this point in the history
  • Loading branch information
schildbach committed Jan 5, 2019
1 parent 760d373 commit f2ce4dd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions enabler/src/de/schildbach/pte/VaoProvider.java
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,9 @@ public class VaoProvider extends AbstractHafasClientInterfaceProvider {

public VaoProvider(final String apiAuthorization) {
super(NetworkId.VAO, API_BASE, PRODUCTS_MAP);
setApiVersion("1.15");
setApiClient("{\"id\":\"VAO\",\"l\":\"vs_vvv\",\"type\":\"AND\"}");
setApiVersion("1.18");
setApiExt("VAO.6");
setApiClient("{\"id\":\"VAO\",\"l\":\"vs_vao\",\"type\":\"AND\"}");
setApiAuthorization(apiAuthorization);
setStyles(STYLES);
}
Expand Down

0 comments on commit f2ce4dd

Please sign in to comment.