Ticket #3062 (closed task: fixed)
make moveTo more efficient
| Reported by: | ahocevar | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 2.11 Release |
| Component: | Map | Version: | 2.10 |
| Keywords: | mobile | Cc: | |
| State: | Review |
Description
During dragging, we permanently convert between pixels and map units. This was necessary for working with external mapping apis (e.g. google) before we knew about spherical mercator. But these days, we could do the whole dragging with just pixels and hence save a lot of overhead when dragging. This should also greatly improve the user experience on mobile devices.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

