I suggest adding this as a feature request to the Issues system http://code.google.com/p/gmaps-api-issues/
As a workround, I suggest testing to see if that style setting cascades properly if you apply it to the relevant pane. If you're using GIcons that have their click targets correctly configured, apply your style to map.getPane(G_MAP_MARKER_MOUSE_TARGET_PANE) if not, apply your style to map.getPane(G_MAP_MARKER_PANE) If that doesn't work, an ugly alternative would be to crawl through the DOM looking for the html Elements that are associated with the markers. Since you're only interested in webKit, you can simply crawl the DOM looking for <img> elements that have src equal to your "transparent" click target (or, if not using click targets, to your icon image). If you are using click targets, another ugly alternative would be to add your style to the "gmnoprint" class. As long as you're sure that there aren't any other non-printing elements that you don't want to apply this style to. -- http://econym.org.uk/gmap The Blackpool Community Church Javascript Team --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
