0

将颜色设置为蓝色时,GE API 出现问题。这里似乎是同样的问题: http
://code.google.com/p/earth-issues/issues/detail?id=313 图标的尖端变成蓝色但不是身体。

我有以下基本代码:

var propIcon = 'http://maps.google.com/mapfiles/ms/micons/tree.png';
var icon = ge.createIcon('');
icon.setHref(propIcon);
var style = ge.createStyle('');
style.getIconStyle().setIcon(icon);
var colorMode = style.getIconStyle().getColor();
colorMode.set("fffdf802");

该图标只是保持绿色。它适用于其他一些颜色。

我怀疑tree.png(绿色)与我的蓝色的混合不能正常工作。

如何修复?我需要使用这个图标。

4

1 回答 1

0

解决方案是使用白色图标。

http://www.earthpoint.us/ExcelToKml.aspx#GoogleEarthWhiteIcons

于 2012-04-28T00:43:14.567 回答