subsurface/map-widget/qml
Lubomir I. Ivanov 1bc91bfb67 mapwidget.qml: make pan and zoom-in have the same duration
There was a problem with the current different duration
for pan and zoom. Ideally the pan should before the zoom:
Map zooms out -> pan to new center starts -> zoom in

The problem with this is that if the map pans out too much it
loses it's center and the above scheme would not work.

To solve the problem, make the duration of pan and zoom
the same this is not idea, but prevents the case where
the map would not zoom-in at the correct center.

Also remove the easing function.

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
2017-11-27 22:59:22 +01:00
..
icons map-widget: move the widget and its resources to 'map-widget' 2017-11-05 14:48:56 -08:00
MapWidget.qml mapwidget.qml: make pan and zoom-in have the same duration 2017-11-27 22:59:22 +01:00
MapWidgetContextMenu.qml QML UI: QtQuick to 2.6 2017-11-19 12:20:43 -08:00
MapWidgetError.qml QML UI: QtQuick to 2.6 2017-11-19 12:20:43 -08:00