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