be88ex / earth-api-samples

Automatically exported from code.google.com/p/earth-api-samples
1 stars 0 forks source link

Tour KML is working differently in Earth Plug in. #266

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1.Create a Tour in Google Earth and save it as .kmz file.

2.Open the .kmz file and Google Earth and it will play exactly as it was 
recorded

3.Append the .kmz file to the Earth Object in a webpage and play the 
tour.  The tour will play in very very high altitude than the recorded 
altitude.  Sometimes it will play at very low or ZERO altitude and nothing 
will appear in the tour because of the low altitude.

What is the expected output or behavior? What do you see instead?
The tour should play exactly same as it was recorded.

Which plugin version are you using?
5.0.11737.2027

Which browsers and operating systems are affected?
IE,Firefox in Windows

Please provide any additional information (code snippets/links) below.

Link to download the .kmz file.  Download the .kmz file and play it in 
Google Earth Client and it will play as expected.

http://myearth.disk9.com/KMLTourBug.kmz

Link to the Webpage to verify the tour in the Earth Plug in

http://myearth.disk9.com/KMLTourBugLowAltitude.html
Here the Tour will play at low altitude and most of the tour will appear 
hazy.

Original issue reported on code.google.com by lokesh.p...@gmail.com on 12 Jun 2009 at 4:14

GoogleCodeExporter commented 8 years ago
I believe you've designed the tour with Terrain turned off. Try turning off 
terrain in 
the plugin before playing the tour using GELayerRoot.enableLayerById:

http://earth-api-samples.googlecode.com/svn/trunk/examples/terrain.html

Original comment by api.roman.public@gmail.com on 17 Jun 2009 at 11:28

GoogleCodeExporter commented 8 years ago
Thanks a ton for your suggestion.  After turning off the Terrain the Tour is 
working 
fine.  Here is the working link

http://myearth.disk9.com/KMLTourBugLowAltitudeFix.html

Original comment by lokesh.p...@gmail.com on 22 Aug 2009 at 6:48