Hi I'm revisiting this problem again.
How can i make createPolygon() function faster in IE. I'm not only having slow performance while creating overlays but in everything. When i call createPolygon function , map processing is very slow in IE , it loads slow, functions slow. How can i make it function better in IE. the link is same: http://secure10.olemiss.edu/cmap/jsp/mapTest.jsp Thanks On Oct 20, 12:41 pm, Mike Williams <[email protected]> wrote: > For the parking lots, I'd suggest rendering the image as a GIF or PNG > file and displaying it on the map with a GGroundOverlay. That would be a > lot faster. > > Also, using .hide() and .show() to hide and reveal your overlays is more > efficient than removing them and creating new ones. > > -- > Mike Williamshttp://econym.org.uk/gmap -- You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-maps-api?hl=en.
