Download & Extend

Optimization for GMaps Utility Library MarkerManager handler in oldIE

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.

AttachmentSizeStatusTest resultOperations
markermanager_optimization.diff383 bytesIgnored: Check issue status.NoneNone

Comments

#1

Version:6.x-1.x-dev» 7.x-2.x-dev
Status:needs review» needs work

please, provide patch for latest dev