GE API icon color

46 views
Skip to first unread message

Nicolas Garel

unread,
Apr 21, 2012, 1:05:57 AM4/21/12
to google-earth-...@googlegroups.com
Hi all,

There is a problem with the GE API when setting the color to blue. 
It seems to be the same problem here:
Where the tip of the icon turns blue but not the body.

I have the following basic code:

var icon = ge.createIcon('');
icon.setHref(propIcon);
var style = ge.createStyle('');
style.getIconStyle().setIcon(icon);
var colorMode = style.getIconStyle().getColor();
colorMode.set("fffdf802");

The icon simply stays green.
It works with some other colors.

What's going on there?
Reply all
Reply to author
Forward
0 new messages