-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IVB moved to mobile HAFAS and fahrplan.ivb.at #184
base: master
Are you sure you want to change the base?
Conversation
@schildbach: can this pretty-please get merged in? the öbb suggestions often don't find the station i'm looking for and having the broken innsbruck provider in the menu has confused a lot of friends i've suggested the öffi app to. |
So it seems the IVB has moved to VAO too. The problem with that is the VAO is threatening to sue anyone using "their" data. That's the reason most of Austria isn't in Öffi anymore. @everyone: Is any other user of public-transport-enabler interested in getting this merged? |
I'd take it. Better to have working code with legal risk than no working code at all. |
I should add that most likely what If you still think the new IvbProvider is useful then I propose to split it up into two commits (or PRs). One just adds IvbProvider but doesn't move the API to version 1.20. I'm almost sure it will work. Then another one raises API version to 1.20 for all VAO-based providers. |
63d8043
to
2e5f16d
Compare
b017ce1
to
28dd2c8
Compare
@simon04 Please let us know once you find out how to support the |
The new website is https://fahrplan.ivb.at/webapp/?L=vs_ivb and can be accessed using the
AbstractHafasMobileProvider
. It uses the API version 1.20 and some adoptions had to be made:maxDist
is required forjsonLocGeoPos
stbFltrEquiv
andgetPasslist
do not work forjsonStationBoard
parseJsonPage
.The
PRODUCTS_MAP
should be reviewed; I copied it over fromVvtProvider
.Fixes #183.