• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Coordinates in FX

Messages
165
Country
southafrica
When I press shift Z, I can see the coordinates like
S33 15.34.

Is there a way that it can show much better pinpoint coordinate like
S33 15.3424.

Thank you

JB

I think I found it

adding to MAIN section of fsx.cfg

LatLonFormat=Degrees
FractionalLatLonDigits=6

This work but now it show 34.3456788. I would like it to show the other way round as above.
 
Last edited:
I have no idea about formatting the shift+z information but another way to get the information you need would be to program a small XML gauge that shows the position in the format you need it.

Apart from that you should keep in mind that coordinates are in a strange format. For instance
N 12° 34'56"
is not the same as:
N 12° 34.56'
is not the same as:
N 12.3456°

Because one degree (1°) equals sixty minutes (60') and one minute (1') equals sixty seconds (60"). Therefore the first example means:
"12 degrees, 34 minutes and 56 seconds north"
The second example:
"12 degrees and 34.56 minutes north"
So the .56 are decimal. and the third example:
"12.3456 degrees"
which means that .3456 is decimal.

Regards,
Vitus
 
if you just change the FractionalLatLonDigits parameter to 6 but leave the LatLonFormat parameter set to its original value (or remove it if you added it), you should get the extra fractional digits but in your first example format.

And those formats aren't weird :->, those are standard cartogrophy formats, the 1st one is D:M:S (or Degrees, Minutes, Seconds), the second one is D:M (or Degrees, Minutes), and the third one is just D (or Degrees).
 
and FSX coordinates also different coordinates with google earth. :(

There are lots of different ways that co-ordinates get displayed. I can think of at least six or seven :)
 
Hi,

and FSX coordinates also different coordinates with google earth. :(

It's not really that the position (coordinate) is different, it is just written down in a different "unit". Just like when you express the wingspan of an aircraft in meters or in feet. The wing span itself doesn't change, it is just expressed as a different number in another unit.
 
Back
Top