Skip to content

Commit

Permalink
Bvg: remove "BERLKOENIG" jny filter as this now requires parsing "KIS…
Browse files Browse the repository at this point in the history
…S" jny tags and the initial reason for adding it has been resolved
  • Loading branch information
alexander-albers committed Feb 10, 2021
1 parent 8e06d06 commit b04f52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TripKit/BvgProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class BvgProvider: AbstractHafasClientInterfaceProvider {
apiVersion = "1.18"
apiClient = ["id": "BVG", "type": "IPH"]
extVersion = "BVG.1"
jnyFilterIncludes = [["value": "BERLKOENIG", "mode": "INC", "type": "GROUP"]] // when removed, not routes between Hermsdorf and Bundestag can be found...
//jnyFilterIncludes = [["value": "BERLKOENIG", "mode": "INC", "type": "GROUP"]] // when removed, not routes between Hermsdorf and Bundestag can be found...

styles = [
"SS1": LineStyle(backgroundColor: LineStyle.rgb(221, 77, 174), foregroundColor: LineStyle.white),
Expand Down

0 comments on commit b04f52c

Please sign in to comment.