mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Show map from the list of GPS fixes
Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
fd175e8781
commit
9eea5a4294
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ MobileComponents.Page {
|
||||||
iconName: "gps"
|
iconName: "gps"
|
||||||
onTriggered: {
|
onTriggered: {
|
||||||
print("show map")
|
print("show map")
|
||||||
|
manager.showMap(latitude + " " + longitude)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue