On Jun 26, 11:06 pm, sepoto <[email protected]> wrote: > I'm dealing with a map kind of like this one http://www.sepsserver.com/sepsserver/googlemaps/methanezoneaddress.php. > What I would like to do is take each polygon and put it on its own layer so > that > a user can select certain polygons to turn on or off. Is this possible with > the maps API?
Yes, you don't need to put them in there own layer, each one is an individual polygon object, you can control it as they are now. > Is there some documentation somewhere where I can learn more > about turning shapes on and off in a map? Example that turns polylines (from xml) off and on with checkboxes: http://www.geocodezip.com/GenericMapBrowser.asp?filename=flights090414.xml -- Larry > > Thank you! -- You received this message because you are subscribed to the Google Groups "Google Maps JavaScript API v3" 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-js-api-v3?hl=en.
