On Feb 3, 10:59 pm, vivek <[email protected]> wrote: > Hi, > I am vivek jain i am using Google API for displaying polygon at some > Specific area on the map when i send less no of lat/long i.e lat long > of these zip code 954,955,959 > to the java script in this case polygon is drawn properly without any > error or warning on IE7 but when i increase the no of lat/long i.e > increase the zip code i am using these zip 954,955,956,959,960,961,962 > in this case i am getting a warning message such as > > "Stop running this script? > A script on this page is causing Internet Explorer to run slowly. > If it continues to run, your computer may become > unresponsive." > > this warning message is display on IE7,IE6, Earlier version of > firefox. Please help me how to solve this problem. And how to i speed > up of my application.
Don't include so many points in the polygons (the script is just warning the user that the script is taking a long time, and it will). You may want to look at encoded polygons or search this group for other suggestions on optimizing the processing. -- Larry > > Thanks > Vivek Jain --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
