Ticket #165 (closed defect: fixed)
Mouse wheel zoom results in multiple redundant image requests
| Reported by: | chrisclaydon | Owned by: | zjames |
|---|---|---|---|
| Priority: | P2 | Milestone: | |
| Component: | Widgets | Version: | SVN |
| Severity: | Major | Keywords: | |
| Cc: | External ID: | ||
| state: | Review | Browser: | All |
| Operating System: | All |
Description
When you zoom in with the mouse wheel, it looks like a request is made to the MG server for every incremental click through the mouse wheel detents.
This results in a great number of redundant requests to the server for images that are never even displayed.
The MG AJAX viewer uses setInterval to wait until the user has stopped moving the mouse wheel for 500ms before making a map request.
Fusion/OpenLayers? could benefit significantly in performance and scalability by using a similar approach.
Change History
Note: See
TracTickets for help on using
tickets.
