Google Earth ツアーで目印とその説明/ラベルのアニメーション化を扱っています。これまでのところ、目印のツールチップ バルーンのアニメーションを
<gx:AnimatedUpdate>
<gx:duration>0.0</gx:duration>
<Update>
<targetHref/>
<Change>
<Placemark targetId="placemarkpin1">
<gx:balloonVisibility>1</gx:balloonVisibility>
</Placemark>
</Change>
</Update>
</gx:AnimatedUpdate>
しかし、目印とその説明、別名ラベル (このツアーでは最後に目印を表示するのが理にかなっている) で同じことを試みてもうまくいかないようです:
<gx:AnimatedUpdate>
<gx:duration>1.0</gx:duration>
<Update>
<targetHref></targetHref>
<Change>
<IconStyle targetId="pushpin-placemark_normalstate">
<scale>1.0</scale>
</IconStyle>
<LabelStyle targetId="pushpin-placemark_normalstate">
<scale>1.0</scale>
</LabelStyle>
</Change>
</Update>
</gx:AnimatedUpdate>
scale
0.0
両方のアニメーションは、ツアーの最後に 2 つの別々のgx:AnimatedUpdate
兄弟に次々と表示されます。
KML ファイルでしか作業できません。このプロジェクトに JS を追加することはできません。