You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"Nice to have" feature for people living next to busy stops: include/exclude specific connections.
Reasoning: when displaying connections from a high-traffic bus stop, the list gets very long to see e.g. "the next X connections for bus Y" (as there are sometimes one connection per minute for various lines). It would be great to have a possibility to filter in/out specific destinations, based on destination and/or line number.
This could be configurable in the configuration file as two strings, which can then be parsed and iterated, and specific matches included or excluded accordingly.
Example 1 (by line type):
include: "B T1 T2" ==> this would only capture Bus lines (line number starting with B) and Tram lines starting with T1 and T2
exclude: "B13 T10 T11 T21" ==> this would exclude (from the above-generated list) bus B13 and trams T10, T11, T21 - thus keeping all buses except B13 and only trams T1 and T2
Example 2 (by destination):
include: "Dest1 Dest2" ==> this would e.g. select all trains going to a particular city
exclude: "Dest1-X Dest1-Y" ==> this would exclude (from the above-generated list) trains going to specific stations X and Y in that city (i.e. the train terminates too early, or it doesn't go to the area of the city I need to get to)
The text was updated successfully, but these errors were encountered:
"Nice to have" feature for people living next to busy stops: include/exclude specific connections.
Reasoning: when displaying connections from a high-traffic bus stop, the list gets very long to see e.g. "the next X connections for bus Y" (as there are sometimes one connection per minute for various lines). It would be great to have a possibility to filter in/out specific destinations, based on destination and/or line number.
This could be configurable in the configuration file as two strings, which can then be parsed and iterated, and specific matches included or excluded accordingly.
Example 1 (by line type):
Example 2 (by destination):
The text was updated successfully, but these errors were encountered: