poetaster / fahrplan

QT Application for Public transportation
GNU General Public License v2.0
1 stars 7 forks source link

delays not shown anymore #29

Closed smatkovi closed 1 year ago

smatkovi commented 1 year ago

first i thought oebb changed something that delays aren't shown anymore, but i just compiled the version from smurfy with corrected oebb url and saw that delays are still shown. so one change might have broken that feature...

smatkovi commented 1 year ago

it's because baseBinayrUrl hase been removed in parser_xmloebbat.cpp, adding it and changing ParserHafasXml to ParserHafasBinary results in a compiler error

smatkovi commented 1 year ago

oh it has been changed in parser_xmloebbat.h too, after changing that it compiles and gives delays again

poetaster commented 1 year ago

I think this is fixed with https://github.com/poetaster/fahrplan/commit/a988ac66b1939b190eba6b7b632497e4b0b98c9d

Thanks for the contribution and please close if the release works for you (worked for me but I've only done a quick test).

smatkovi commented 1 year ago

yes, thanks :)