]> git.mxchange.org Git - flightgear.git/commit
Reintroduce an old bugture: use localizer as dme
authorTorsten Dreyer <Torsten@t3r.de>
Sun, 9 Oct 2011 18:21:02 +0000 (20:21 +0200)
committerTorsten Dreyer <Torsten@t3r.de>
Sun, 9 Oct 2011 18:21:02 +0000 (20:21 +0200)
commit9022c6a58dea4f5414fff6432cd6e0556c80693f
tree305bb06c0d8469d7aee2d87850ef4b2e53b7cc65
parent30e2db94b11b43beab603af34200a67664b866fe
Reintroduce an old bugture: use localizer as dme

Our nav.dat.gz seem to have many bugs regarding paired LOC/DME where
the DME is missing.

A feature has recently been introduced to always use a LOC frequency
as a DME to avoid these issues. However many LOC station do not have
a DME paired at their frequency and this behaviour might be as confusing
as having no DME where one should be.
Before we get new/bugfree navdata, a property can be set to select
the desired behaviour:

if /sim/realism/dme-fallback-to-loc is true or absent, LOC will be
treated as DME (realism is off)
if /sim/realism/dme-fallback-to-loc is false, LOC will be NOT be
treated as DME (realism is on)
src/Instrumentation/dme.cxx