Needs work
Project:
GMap Module
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2012 at 18:56 UTC
Updated:
4 Nov 2012 at 00:37 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| markermanager_optimization.diff | 383 bytes | tnightingale |
Comments
Comment #1
podarokplease, provide patch for latest dev