By the way, speaking of altimeters, here is a question for addon developers: since there is now a difference between "altitude over ground" and "altitude over mean radius" (or "radar altitude" and "barometric altitude"), I will have to introduce a new VESSEL::GetAltitude method where you have to specify which type of altitude you want. The question is: what should the default behaviour of the old GetAltitude method be, to ensure maximum backward compatibility, altitude over ground or over normal-zero? I guess different addons may have different expectations, so either way there may be backwards incompatibilities.