]> git.mxchange.org Git - flightgear.git/commit
Fix #1778: incorrect HUD values
authorTorsten Dreyer <torsten@t3r.de>
Mon, 13 Jul 2015 14:23:56 +0000 (16:23 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Mon, 13 Jul 2015 14:23:56 +0000 (16:23 +0200)
commit092707e78b083ef361b9e4379d489734bbfb622d
treebfc8073635041c58f3b0cbc2add328c2afc895c2
parent823d57bd5344a382f16afeef53a9a60b3d88c10d
Fix #1778: incorrect HUD values

negative latitude/longitude coordinates resulted in negative WEST/
SOUTH coordinates for the default format 0 (zero).
This should be now fixed so that
+12.3 gets formatted as 12.3N/E
-12.3 gets formatted as 12.3S/W
src/Main/fg_props.cxx