File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 62
62
*Added new Tube Map: latest tube map as of December 2014.<br>
63
63
*Added Pulley menu to Journey Progress Page: it is now possible to manually refresh the data.<br>
64
64
*Added cover action to refresh Journey Progress Page and Bus Stop Page.<br>
65
- *Fixed bug: Journey Progress page is more reliable, it doesn't show \" data may not be available\" that often."
65
+ *Fixed bug: Journey Progress page is more reliable, it doesn't show \" data may not be available\" that often.<br>
66
+ *Fixed bug: Tfl changed the link for Bus maps, now this feature is working again."
66
67
}
67
68
Label {
68
69
anchors {
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ THE SOFTWARE.
40
40
41
41
// https://www.tfl.gov.uk/cdn/static/cms/documents/bus-route-maps/
42
42
MapLogic::MapLogic (QObject *parent) : QObject(parent),
43
- baseUrl(" https ://www.tfl.gov.uk/maps_/bus-route -maps?Query=" ),
43
+ baseUrl(" http ://www.tfl.gov.uk/maps_/bus-spider -maps?Query=" ),
44
44
downloading(false ),
45
45
networkMngr(static_cast <QNetworkAccessManager*>(parent)),
46
46
mapDownloader(new BusMapDownloader(networkMngr)),
You can’t perform that action at this time.
0 commit comments