November 14, 200619 yr In FS2004 there is a way to produce the output of the coordinates of the A/C location at the top of the screen in the form of:dd mm ss.ssss, instead of the default dd mm.mmThat alteration was made in the fs9.cfg file and was:Under the {Main} heading:Display_Fractional_Minutes=0That does not seem to work in FSX.Does anyone know how to achieve a more accurate readout and care to share that here?Jim
November 14, 200619 yr >In FS2004 there is a way to produce the output of the>coordinates of the A/C location at the top of the screen in>the form of:>>dd mm ss.ssss, instead of the default dd mm.mm>>That alteration was made in the fs9.cfg file and was:>>Under the {Main} heading:>>Display_Fractional_Minutes=0>>That does not seem to work in FSX.>>Does anyone know how to achieve a more accurate readout and>care to share that here?>>Jim>Not sure about fractional seconds, but it is possible to get decimal degrees.In your fsx.cfg, replace "Latitude=x,x" and "Longitude=x,x" with "LatitudeDec=x,x" and "LongitudeDec=x,x" in the [TextInfo.x] and [slewTextInfo.x] sections. For example:[TextInfo.1]LatitudeDec=1,1LongitudeDec=1,2...[slewTextInfo.1]LatitudeDec=1,1LongitudeDec=1,2-Doug
November 15, 200619 yr Jim,I was looking for the same and stumbled onto an answer...Look at the coordinates in a saved flight - mine are in dd mm ss.ss.I'm attempting my first BGLCOMP testcenter on the Bonnevile salt flats and was locating the vertices for an apron; slew to position, save flight, pop open flight file, quick scroll to the coordinates and there is is!Just hoping for the most accuracy that's available. Now if I can just get past the apron errors! ( had the same situation with adding Com - finally gave up. SDK documentation has errors and it's hard to stumble into the correct code.)SDK.1 for Christmas?Loyd Hooked since FS4... now flying: FSX Acceleration on Win7/64, Core Duo E8400; GA-EP45-DS3R; GTX 460-768MB; 4G RAM; Freezer 7 Pro
November 15, 200619 yr To have Lat/Long displayed as deg min sec.sec, add LatLonFormat=Seconds For deg.deg, set LatLonFormat=Degrees.To set the number of digits after the decimal point, add FractionalLatLonDigits=n where n is the number required.George
November 15, 200619 yr Thanks Doug, Scott, Loyd and George for your responses. George's method was most appropriate for my needs. Did exactly what was wanted. Placed those statements in the FSX.cfg file immediately following the {Main} section. I used 4 for the value of n. The output was dd mm ss.ss. Perhaps n is the total number of digits instead of the number after the decimal point, or there is a limit to the number of significant digits.Jim
November 15, 200619 yr Hmm, I use:LatLonFormat=DegreesFractionalLatLonDigits=6and I get degrees to 6 decimals.George
November 15, 200619 yr Yet another way to get this information is to use a utility called TCalcX_002. You can downloade it from here: http://www.fsdeveloper.com/forum/showthread.php?t=3065I found that I like the utility because it allows you to easily copy the coordinates to the clipboard for pasting into xml files, etc.
Create an account or sign in to comment