Started working KmlLayer into my v3 maps implementation and I'm finding that there's no way to give an opacity to a KmlLayer. This is problematic as most of our kml has <GroundOverlay> with opaque images. If I dig down into the DOM after the KmlLayer is generated, I can set opacity on its div and it shows up slightly translucent but the objects are not classed where I can get opacity with css.
Also, on touch devices (I tried iPhone and iPad) when a KmlLayer is overlayed on top of the map, you lose the ability to pan with one finger. Hide the Kmlayer and it works again. Two-finger pan does work regardless of the overlay. http://www.portlandmaps.com/gmaps/?kml_layers=all&default_selected_kml=businessdistrict Go easy on me, it's a work in progress :) -- 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.
