Re: [Flightgear-devel] ILS problem at EDDB

2010-02-16 Thread Jari Häkkinen
Isn't this related to my report 
http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg26160.html
 
where I found issues with mismatch of runways in 
/path/to/fg/data/Airports/apt.dat.gz and /path/to/fg/data/Navaids/nav.dat.gz

EDDB is one of the reported airports. In apt.dat.gz you'll find this row

10  52.372560  013.505561 07R  68.77  9807 . 0984.0984   148 
351351  1 0 3 0.25 1 0300.0300

and in nav.dat.gz you'll find rows like

4  52.37906900  013.53301100157 11070  18  68.790 ISSE EDDB 07 
ILS-cat-I

I assume that the above mismatch will create the assert (now removed by 
James in CVS) reported by Jacob. James' fix will now simply ignore the 
issue of a missing runway and report some default value.

It maybe that fg knows to map 07 to 07R by some magic or to xxx (there 
are many xxx fields in apt.dat.gz) but reading the dat files indicates 
that something is wrong.


Jari - I am not Lithuanian but apparently litanian.


On 2/15/10 2:26 AM, Jacob Burbach wrote:
 Start at EDDB and tune nav radio to ils frequency 110.70

 fgfs: ../../../src/Instrumentation/navradio.cxx:920: double
 FGNavRadio::localizerWidth(FGNavRecord*): Assertion `rwy' failed.

 --
 SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
 Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
 http://p.sf.net/sfu/solaris-dev2dev
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ILS problem at EDDB

2010-02-16 Thread James Turner

On 16 Feb 2010, at 15:26, Jari Häkkinen wrote:

 EDDB is one of the reported airports. In apt.dat.gz you'll find this row
 
 10  52.372560  013.505561 07R  68.77  9807 . 0984.0984   148 
 351351  1 0 3 0.25 1 0300.0300
 
 and in nav.dat.gz you'll find rows like
 
 4  52.37906900  013.53301100157 11070  18  68.790 ISSE EDDB 07 
 ILS-cat-I
 
 I assume that the above mismatch will create the assert (now removed by 
 James in CVS) reported by Jacob. James' fix will now simply ignore the 
 issue of a missing runway and report some default value.

Correct, on all these points.

 It maybe that fg knows to map 07 to 07R by some magic or to xxx (there 
 are many xxx fields in apt.dat.gz) but reading the dat files indicates 
 that something is wrong.

This is a temporary situation, because at present our nav.dat and apt.dat are 
out of sync - Martin grabbed a newer nav.dat to make many new fixes available, 
but at present FG is unable to deal with the newer X-Plane apt.dat format. 
Rather than expending lots of time or effort dealing with this, I made a 
quick-but-hopefully-sensible change to use a default value, where the runway is 
'missing'. The real fix is to support the new data format, and get the data 
files back in sync - creating 'magic' to map 07 to 07R is address the symptom, 
not the cause.

Regards,
James


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ILS problem at EDDB

2010-02-16 Thread Martin Spott
James Turner wrote:
[...]

I consider my point of view being perfectly represented by James'
response.
For this particular case at EDDB they actually closed the northern of
two runways in order to make room for a future extension of the
airfield. Therefore the L/R-denominator became obsolete and the only
active runway in this direction remains to be the 07 - this change has
so far not been tracked in our current state of the 'apt.dat' file.

Cheers,
Martin.
-- 
 Unix _IS_ user friendly - it's just selective about who its friends are !
--

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ILS problem at EDDB

2010-02-15 Thread James Turner

On 15 Feb 2010, at 09:12, James Turner wrote:

 Start at EDDB and tune nav radio to ils frequency 110.70
 
 fgfs: ../../../src/Instrumentation/navradio.cxx:920: double
 FGNavRadio::localizerWidth(FGNavRecord*): Assertion `rwy' failed.
 
 Ack, my fault, I'll commit a fix against the crash later today.

Fixed in CVS now, thanks for the report.

Regards,
James


--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ILS problem at EDDB

2010-02-15 Thread Jacob Burbach
 Fixed in CVS now, thanks for the report.

And thank you for the fix. :-)

cheers

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] ILS problem at EDDB

2010-02-14 Thread Jacob Burbach
Start at EDDB and tune nav radio to ils frequency 110.70

fgfs: ../../../src/Instrumentation/navradio.cxx:920: double
FGNavRadio::localizerWidth(FGNavRecord*): Assertion `rwy' failed.

--
SOLARIS 10 is the OS for Data Centers - provides features such as DTrace,
Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW
http://p.sf.net/sfu/solaris-dev2dev
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel