mapwidgethelper: change centerOnDiveSite()

Call setSelectedUuid() from C++ also center on coodinates instead
on a MapLocation, as there is no point to pass the MapLocation object
back to QML.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
This commit is contained in:
Lubomir I. Ivanov 2017-07-27 23:46:54 +03:00 committed by Dirk Hohndel
parent f6e269c07a
commit ff4924f650
2 changed files with 8 additions and 5 deletions

View file

@ -153,9 +153,8 @@ Item {
mapAnimationZoomOut.restart()
}
function centerOnMapLocation(mapLocation) {
mapHelper.model.setSelectedUuid(mapLocation.uuid, false)
animateMapZoomIn(mapLocation.coordinate)
function centerOnCoordinate(coord) {
animateMapZoomIn(coord)
}
function deselectMapLocation() {