• 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.

Flatten altitude?

Hi.
Is it possible to set altitude to meter and fractional meter, MMM.mmm (or feet and fractional feet) in the polygon properties?

Thanks, HugoA
 
Hello José,

No problem! When you have set your airport altitude to e.g. 226 m in Google Earth you kan open the kml-file with notepad within FSX_KML and manually change the values to, in my case, 225.86. Remember to change all relevant values. Save and build.

Of course, if you want the value to be 13 feet you will have to convert to metric value first!

Like this!

From:

<description>Airport_Backgrounds_Flatten_MaskClassMap_ExcludeAutoGen</description>
<styleUrl>#m_ylw-pushpin_copy54</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<altitudeMode>absolute</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>
14.06194608202101,57.74651292480915,226
14.06437329319439,57.74640631527953,226
14.0646307675717,57.74644904882966,226
14.06478734068034,57.746600367777,226
.....................................

To:

<description>Airport_Backgrounds_Flatten_MaskClassMap_ExcludeAutoGen</description>
<styleUrl>#m_ylw-pushpin_copy54</styleUrl>
<Polygon>
<tessellate>1</tessellate>
<altitudeMode>absolute</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>
14.06194608202101,57.74651292480915,225.86
14.06437329319439,57.74640631527953,225.86
14.0646307675717,57.74644904882966,225.86
14.06478734068034,57.746600367777,225.86
.........................................

Good luck!
Erik
 
Hi,

Thanks for your reply.
Could find on the Web a converter feet to meters.
Then followed your instructions, but got an error, saying a xyz.shp file was missing. Perhaps I should better start from zero on Google Earth because I have there two files for the same area ?

Regards. José.
 
Hi,

Made a new poly in Google Earth.
Added the first tag (excluding autogen) and after the Build command I got the source files in "My documents" and the cvx.name.bgl in Scenery map Addon scenery folder and put it then in the scenery map of my airport.

So... no autogen trees to see. Even if I place the cvx.name.bgl out of the scenery map but although still in my airport folder.

Is this right ? :rolleyes:


Greetz. José.
 
Hi,

The flatten switch works well (EBOS).
For what concerns the exclude, I cannot figure out which flatten(s) I should use. Screenies show the taxiway that must be excluded.
But... if you look upwards you see that this taxiway follows the tarmac... very strange or it is a co-incidense.

Greetz. José.

EBOSProbleem.JPG


EBOSProbleem2.JPG
 
Hi,

Found the problem. There were Afcad2-files in FSX and causes the display of these taxiways.
Is there by the way a solution so that these taxiways will not be displayed ? I mean be invisible or is this problem due to the faxt that Afcad2-files are not displayed correct ?
I deleted this Afcad2-files of course.

Greetz. José.
 
Last edited:
Back
Top