Skip to content

Commit bf16480

Browse files
committed
Fixed link in maplogic.cpp
Link for maps have changed, it is now updated in the app.
1 parent b68a0d9 commit bf16480

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

qml/pages/ChangelogPage.qml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ Page {
6262
*Added new Tube Map: latest tube map as of December 2014.<br>
6363
*Added Pulley menu to Journey Progress Page: it is now possible to manually refresh the data.<br>
6464
*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."
6667
}
6768
Label {
6869
anchors {

src/logic/maplogic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ THE SOFTWARE.
4040

4141
//https://www.tfl.gov.uk/cdn/static/cms/documents/bus-route-maps/
4242
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="),
4444
downloading(false),
4545
networkMngr(static_cast<QNetworkAccessManager*>(parent)),
4646
mapDownloader(new BusMapDownloader(networkMngr)),

0 commit comments

Comments
 (0)