jordoncm / kml-samples

Automatically exported from code.google.com/p/kml-samples
5 stars 0 forks source link

Auto-repeat feature for Google Earth tours #269

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Which products are relevant to this feature request?
Google Earth

What should this feature enhancement do?
Besides supporting an autoplay feature (see
http://code.google.com/p/kml-samples/issues/detail?id=248) I would also
like to see a way that a tour is looped over and over. This would come in
very handy for this type of project:
http://www.kahunaburger.com/2009/04/07/google-earth-forensics/

Are there any currently known workarounds that produce the same, or
similar, result?
As far as I know, there are no workarounds for this. 

Original issue reported on code.google.com by tobi...@gmail.com on 7 Apr 2009 at 4:35

GoogleCodeExporter commented 8 years ago

Original comment by api.roman.public@gmail.com on 24 Apr 2009 at 5:41

GoogleCodeExporter commented 8 years ago
I have thought of this a bit more, I will suggest a slightly more general 
feature/KML extension.

A gxRepeat that extends gxTourPrimitive and can contain a gxPlayList.
example:
<gxTour>
<gxPlayList>
  <gxRepeat>
    <gxNumberOfTimes>infinity</gxNumberOfTimes>
    <gxPlayList>...</gxPlayList>
  <gxRepeat>
</gxPlayList>
</gxTour>

This way it will be possible to make an in-flight, and then repeat a ceratain 
tour, the gxNumberOfTimes should of course supply integers, but also infinite 
number of times.

Jarl

Original comment by j...@gavia.dk on 30 Jun 2010 at 9:20