google earth - time dependent kml animation -


having kml file uses timespan this:

https://developers.google.com/kml/documentation/us_states.kml

is possible animate automatically in google earth in endless loop slider not have moved time? alternatively, can animated map recorded movie? thanks.

html allows auto animation , looping flash using embed or object tags.

kml , google earth offers time-based elements can animate there no auto-play or loop options specify in kml file. data in kml , how handled in google earth more dynamic data exploration process opposed playing movie in fixed static manner on web page.

you can, however, create tour google earth kml extension marked gx:tour element in kml , script changing of times start end given duration. again, kml not have option auto-play tour user must manually activate tour start it.

for more info, see tutorial touring in kml.

recording movie separate step, , while animating play, record movie using google earth pro or video capture app camstudio.

if want web-based solution, may want experiment google maps api using kml or time animation within cesiumjs. clock in cesium can configured loop (e.g., set clock.clockrange = clockrange.loop_stop) , cesium supports kml might possible create want using cesium api , few lines of javascript.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -