Skip to content

Commit

Permalink
Changed API backend as am retiring current one.
Browse files Browse the repository at this point in the history
  • Loading branch information
thecosmicfrog committed Oct 2, 2015
1 parent 78aeeca commit d54370e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Original file line Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
.excludes .excludes
ApiKeys.qml ApiKeys.qml
manifest.json manifest.json
Expand Down
2 changes: 1 addition & 1 deletion DublinWheels.qml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ MainView {
id: mainView id: mainView


applicationName: "org.thecosmicfrog.dublinwheels" applicationName: "org.thecosmicfrog.dublinwheels"
property string version: "0.15" property string version: "0.16"


//automaticOrientation: true //automaticOrientation: true


Expand Down
2 changes: 1 addition & 1 deletion ui/MainPage.qml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Page {
XmlListModel { XmlListModel {
id: bikeStationModel id: bikeStationModel


source: "https://api.thecosmicfrog.org/cgi-bin/dublinbikes-api.py" source: "https://api1.thecosmicfrog.org/cgi-bin/dublinbikes-api.py"
query: "/stations/item" query: "/stations/item"


XmlRole { name: "name"; query: "name/string()"; isKey: true } XmlRole { name: "name"; query: "name/string()"; isKey: true }
Expand Down

0 comments on commit d54370e

Please sign in to comment.