In the example I sent you, clicking on the link to the zip code changes the color of the polygon, this is accomplished by selecting a different color image, it works quite well. Clicks on polygons, especially if you have a lot of them, are best handled by the server as in this example:
http://www.usnaviguide.com/zip.htm 20 seconds for IE will most likely be unacceptable for your users. The average patience level of the typical user is around 8 seconds so if you can't get things going in that time, you're going to lose them. There is no solution currently for the "too many objects" problem with the API except to keep the number of objects to a minimum, use something other than markers or GPolygon objects and only load objects that are in the viewport. -John Coryat http://maps.huge.info http://www.usnaviguide.com --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
