Ticket #1348 (closed feature: fixed)
Animated pan calls moveTo with wrong parameters
| Reported by: | openlayers | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 2.6 Release |
| Component: | general | Version: | SVN |
| Keywords: | Cc: | ||
| State: | Complete |
Description
The tween in introduced in [6111] seems to call moveTo of OpenLayers.Map with this.moveTo(lonlat, this.zoom, true);. This causes the moveend event to be triggered in each step of the animation.
To prevent this the call of moveTo should be changed to something similar to this.moveTo(lonlat, this.zoom, {'dragging':true, 'noEvent':true});.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

