amithpdn / kml-samples

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

Tilt values higher than 90° appears as 90° in query strings #401

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Which products are affected?

Google Earth

What steps will reproduce the problem?
1. create a network link with viewFormat settings as follows:
<viewFormat>lat=[cameraLat]&amp;lon=[cameraLon]&amp;alt=[cameraAlt]&amp;hea=[loo
katHeading]&amp;tilt=[lookatTilt]</viewFormat>

2. Check the outgoing http requests while changing the view in Google Earth. 
Change the tilt (look below and above the horizon).

What is the expected output or behavior? What do you see instead?

Looking below the horizon will produce tilt values between 0 and 90, that's OK 
(0 when looking vertically down and 90 when looking horizontally). 

Looking above the horizon should mean tilt values between 90 and 180° but this 
value remains 90.

What application versions (if any) are you using?
Google Earth 6.0.3.2197

Which operating systems (and/or relevant web browsers) are affected?
WinXP but I guess it is not relevant.

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

Original issue reported on code.google.com by samanocs...@gmail.com on 2 Sep 2011 at 9:27