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

FSX GPS Data - Boundaries...

Messages
1
Country
czechrepublic
Hello,
I and my friend are trying to make new boundaries for FSX due to military event, what will be in our contry. We make XML files in correct format. (We think :) )

--- Example:

<?xml version="1.0" encoding="ISO-8859-1"?>
<FSData version="9.0"
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation="bglcomp.xsd" >
<Boundary
type="TRAINING"
name="VIKING 1">
<BoundaryStart
lat="49,39506944"
lon="15,4378"
minimumAltitudeType="AGL"
altitudeMinimum="0.0"
maximumAltitudeType="MSL"
altitudeMaximum="3810.0"/>
<Line
lat="49,38545"
lon="15,87714722"/>
<Line
lat="49,37004444"
lon="15,98176667"/>
<Line
lat="49,29353333"
lon="16,12954167"/>
<Line
lat="49,20771389"
lon="16,29427778"/>
<Line
lat="49,03578333"
lon="16,62133889"/>
<Line
lat="48,88540278"
lon="16,40000833"/>
<Line
lat="48,79343611"
lon="16,25744444"/>
<Line
lat="48,81571667"
lon="16,18111667"/>
<Line
lat="49,11485556"
lon="15,53435"/>
<Line
lat="49,18503056"
lon="15,451375"/>
<Line
lat="49,39506944"
lon="15,4378"/>
</Boundary>
</FSData>

---

There is problem, because we don´t see boundaries in FSX. We trying to solve it, we made a lot of version, but no...there is some problem, but we don´t, where is problem.

Do you know, where are files with boundaries placed? For example... We´re from Czech Republic. Is FSX folder we open "scenery" folder, then "0601" folder and at last in file *.BGL are some waypoints, airports informations etd., but there are no any boundries. So, any folder where are these file placed?

Thank you for answers (and sorry for my English)

BS
 
Back
Top