Posted by tnightingale on August 24, 2012 at 6:56pm
3 followers
Jump to:
| Project: | GMap Module |
| Version: | 7.x-2.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Issue Summary
Current code calls the markermanager's refresh() method every time a marker is added, this doesn't perform so well when adding > 100 points to a map - particularly in IE 7 - 9. Attached patch calls refresh() on the 'markersready' event (fired after all markers have been added) instead.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| markermanager_optimization.diff | 383 bytes | Ignored: Check issue status. | None | None |
Comments
#1
please, provide patch for latest dev