Fix issue 666

This commit is contained in:
Victor Shcherb 2011-11-26 14:52:13 +01:00
parent 84a90b6263
commit 2a5e409a7c

View file

@ -19,7 +19,7 @@ public class AnimateDraggingMapThread {
protected static final Log log = LogUtil.getLog(AnimateDraggingMapThread.class);
private final static float DRAGGING_ANIMATION_TIME = 1900f;
private final static float DRAGGING_ANIMATION_TIME = 1200f;
private final static float ZOOM_ANIMATION_TIME = 800f;
private final static float ZOOM_MOVE_ANIMATION_TIME = 650f;
private final static float MOVE_MOVE_ANIMATION_TIME = 2000f;