kml 타임 스탬프가 포함 된 png 오버레이를 사용하여 Google 어스에서 애니메이션을 만들려면 어떻게해야합니까?
각기 다른 타임 스탬프와 PNG를 가진 다음 kml 파일이 있습니다. <?xml version="1.0" encoding="UTF-8"?> <kml xmlns="http://www.opengis.net/kml/2.2" xmlns:gx="http://www.google.com/kml/ext/2.2"> <GroundOverlay> <name>gx:LatLonQuad Example</name> <Icon> <href> /Users/asd/Dropbox/0mylayerExport.png </href> </Icon> <gx:LatLonQuad> <coordinates> -71.007186998722,42.2869344810739 -70.9807964189347,42.360133347777 -71.1410513483055,42.3916360561188 -71.1680083772048,42.3178859041619 </coordinates> <TimeStamp> <when>1944-06-06T06:2010-10-26T06:30:08 ></when></TimeStamp><rotation>100</rotation> </gx:LatLonQuad> </GroundOverlay> </kml> 내가하려는 것은 png 오버레이 시퀀스를 애니메이션하는 것이지만 어떻게 알아낼 수는 없습니다. Google 어스에서 …