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

Enhancement Ideas for FsX KML

Messages
10
Country
us-maryland
Thanks for the great tool. I'm new to FS scenery design so maybe there's alternate solutions to a couple problems I've faced. Otherwise maybe FsX KML could be extended to...



  • Output a simple text file with a list of vertices. For instance,

    <Vertex
    lat="39.1652015184877"
    lon="-77.1625722380411"/>
    ......

    I use Google Earth to define my vertices for boundary fences and airport aprons for instance. I save as KML without adding a description tag. Then I load into FsX KML, select the path, and cut & paste the vertices into Notepad. Then I manually convert "-77.1625722380411,39.1652015184877,0.0000000000000" into the Vertex shown above. It's quite arduous but necessary since FsX KML doesn't support BoundaryFence or Apron tags. If FsX KML could output a list of Vertex elements, I could easily add the specific BoundaryFence, Apron or other tags.

  • Output a 2D polygon (plane) in some format that could be loaded into GMAX for the purpose of creating texture mapped polygons. I've not grasped the techniques yet for adding photo-scenery to an airport other than to create a polygon and map a texture to it. But in GMAX I'd just be guessing as to the size and shape of a complex polygon. Imagine instead going into Google Earth, creating a shape of the area I want to photo-texture, using FsX KML to convert the shape to a GMAX-legible file, loading into GMAX, then applying a texture using a screenshot from Google Earth. Lastly, export the GMAX polygon as a MDL and place into FsX.
 
Boundaryfence

Hi,
I'm new to FS scenery design so maybe there's alternate solutions to a couple problems I've faced. Otherwise maybe FsX KML could be extended to...

I think you can't create a boundaryfence with a kml line or poly, directly, because this part should be inserted in airport, and not an independent bgl.

Perhaps, that's why there's no tag for that.

You can create a kml line in GE, edit its points to insert/modify your boundaryfence.

Regards,

José
 
Last edited:
Back
Top