From 7afed04520900906107774bb0d06f68dd142602e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Fri, 13 Nov 2015 17:21:43 -0800 Subject: Location service: upload GPS fixes to webservice With this Subsurface-mobile should be able to mostly replace the companion app. This needs some more testing and fine tuning (for example the minimum time / distance should be configurable, there should be a location name), but I think the hard part is done now. Signed-off-by: Dirk Hohndel --- qt-mobile/qml/main.qml | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'qt-mobile/qml') diff --git a/qt-mobile/qml/main.qml b/qt-mobile/qml/main.qml index d4b01cb33..f28a5795f 100644 --- a/qt-mobile/qml/main.qml +++ b/qt-mobile/qml/main.qml @@ -86,6 +86,13 @@ ApplicationWindow { } } + MenuItem { + text: "Send GPS data to server" + onTriggered: { + manager.sendGpsData(); + } + } + MenuItem { text: "Clear stored GPS data" onTriggered: { -- cgit v1.2.3-70-g09d2