I think you've taken the wrong approach for creating polygons on the map. You're overloading the client with too many complex objects. It looks like you're using SVG to generate the polygons, so you're also going to keep any IE users from seeing those complex polygons.
I suggest you rethink how you did this and it might be a good idea for you to watch this youtube video: http://www.youtube.com/watch?v=IYqfT9i1las When trying to depict an area such as you're trying to show, tile layers or image overlays are much better, performance wise, then object based overlays. -John Coryat http://maps.huge.info http://www.usnaviguide.com http://www,zipmaps.net -- 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.
