[PATCH] Show map from the list of GPS fixes

Miika Turkia miika.turkia at gmail.com
Fri Jan 22 10:48:05 PST 2016


Signed-off-by: Miika Turkia <miika.turkia at gmail.com>
---
 qt-mobile/qml/GpsList.qml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/qt-mobile/qml/GpsList.qml b/qt-mobile/qml/GpsList.qml
index 422775e..07dc4a5 100644
--- a/qt-mobile/qml/GpsList.qml
+++ b/qt-mobile/qml/GpsList.qml
@@ -98,6 +98,7 @@ MobileComponents.Page {
 					iconName: "gps"
 					onTriggered: {
 						print("show map")
+						manager.showMap(latitude + " " + longitude)
 					}
 				}
 
-- 
2.5.0



More information about the subsurface mailing list