diff options
author | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-07-28 00:25:48 +0300 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-28 07:31:11 -0700 |
commit | 52706884835b112fd667d97e1522eb63a0cc3c5a (patch) | |
tree | 27c5fa621f64f581e51791ca11a33e23835cef2c /mobile-widgets/qmlmapwidgethelper.cpp | |
parent | 3589e2e9521fff4865b77dc3fa6323d81bc11be1 (diff) | |
download | subsurface-52706884835b112fd667d97e1522eb63a0cc3c5a.tar.gz |
mapwidget.qml: add new logic for zooming and editing support
The editing support is added via dragging. It is handled via the
MouseArea's drag.target of the MapQuickItem. The drag target changes
with the model selectedUuid.
"mapAnimationZoomIn" now also does an initial zoom-out before moving
to a new location.
centerOnCoordinate() now pefroms calculations to determine how much
the animation needs to zoom out. What it does is it reduces the Map
zoomLevel util both the current and the new target coordinates are visible.
It then restores the zoomLevel and performs animation based on newZoomOut.
animateMapZoomIn() is now obsolete.
The patch also includes the following smaller changes:
- remove the setSelectedUuid() call in deselectMapLocation()
This is now handled in C++
- sets "defaultZoomIn" to 12.0
- use ">=" when determining if a mapItem text should be visible
Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Diffstat (limited to 'mobile-widgets/qmlmapwidgethelper.cpp')
0 files changed, 0 insertions, 0 deletions