Incorrect altitude in 3D-view

Started by Henning, July 19, 2010, 09:03:04 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Henning

The altitude of the aircraft in the 3D view seems to be wrong. The expected unit for the altitudes in the 3D view is meter but the altitude values are set in feet. So all aircraft shown in the 3D view are flying much too high.

I will give an example:
An aircraft is flying at FL250. For the 3D view its altitude is calculated as 25000 feet. The 25000 are set as the altitude of the flight. But the Google Earth Plugin interprets the value as meters. In reality the aircraft is flying at an altitude of 7.62km but in the 3D view the altitude is 25km.

I hope that you will fix this error soon. It's just an easy conversion problem.

tarbat

#1
Technically you're correct, but I'm not sure I would want this "fixed".  I like the aircraft to be high enough above the ground to show separation, etc.  What do others think?


Henning

But at the moment I can't use the pilot's view properly. If I'm flying somewhere over Germany I can see the sea behind the Netherlands... That's not realistic.

A solution could be to calculate the altitudes technically correct but to provide an option in the preferences to set an altitude multiplicator. Then I can use the 3D view as I expected it to be and you can see the separations more clearly.

I don't like technically wrong systems!

RodBearden

I agree with Henning - a default of "accurate" with the option, just like you get with Google Earth terrain, to multiply the height by a user-defined factor.

Rod
Rod

AirNav Support

Thanks we have noted this.

It was done for the reason that Google Earth does allow you to zoom out quite considerbly and adding the correct levels would make everything very close together and you would need fine movements of the mouse and zoom to view things. Also with the aircraft models it would be quite cramped.

However we totally understand why you want accurate details and we have added it to the to do list for 3D.
Contact Customer/Technical support via:
http://www.airnavsystems.com/contact.html
[email protected]

Henning

Is there a possibilty for a quick fix? Because this error should be really easy to fix (just a single division to add). I bought the RadarBox because of this 3D-functionality and now I'm a little bit disappointed that I can't really use it.

Henning

When will a patch for this problem be available?

tarbat

#7
I suspect you will have to wait until the next major release, whenever that might be.

You can track progress on bug fixes at http://www.airnavsystems.com/bugs/
This is logged as no18 with severity = high.


Henning

Is anyone working on fixing the bugs??? Nothing happened since july...

AirNav Support

Henning,

Apologies for the slow response in rectifying that bug. It is on the list and as with the others it is been worked on and we hope to have news soon. Once again we apologise.
Contact Customer/Technical support via:
http://www.airnavsystems.com/contact.html
[email protected]

Henning

Half a year is gone since I posted this bug. An nothing has happened. It's just a multiplication which has to be added in the software and the bug would be fixed... I'm wondering why it takes soooooooo long to write on very simple line of code.

Henning

By the way this is the line of code which is needed:

altitude = altitude * 0.3048;

Just add it to the code!!!