> I created a KML file with placemarks in Google Earth. I first set the > symbol type and then set the symbol colour. When I load the KML file > with the KMLlayer constructor, the symbol type is the same as in Google > Earth, but the symbol colour is not. Why is that, and how can I solve > this problem?
In the absence of any example, guessing we're talking about <color> in <IconStyle> ? It's not supported http://code.google.com/apis/kml/documentation/kmlelementsinmaps.html A workaround would be to choose from aselection of different coloured images to use as icons. -- 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.
