PDA

View Full Version : Location of Boundaries Data


iap
05 Feb 2008, 12:22
Hi Everybody,

I'm having some problems locating the data from the FSX scenery files that I need.

In this thread: http://www.fsdeveloper.com/forum/showthread.php?t=3584&highlight=boundary+data (http://www.fsdeveloper.com/forum/showthread.php?t=3584&highlight=boundary+data), Jon says that Boundary data is in the ATX...bgl files, however, I only find Waypoint data in these files (using BGLAnalyzerX, and BGL2XML) in all the files I try.

Am I looking for the right thing - I'm looking for the sort of regions, as shown in the image below??

<Boundary
type=""
name="">
<!-- Add Boundary description elements here -->
</Boundary>

Image link: http://picasaweb.google.com/rich.lucas.maps/FSXFlightPlanner/photo#5150497210740017826
Many thanks for any assistance you can provide.

scruffyduck
05 Feb 2008, 12:41
Try Scenery > World > Scenery > BNX*.bgl. There are six of them

iap
05 Feb 2008, 13:53
Thanks Jon!

I've checked them out, and only the first seems to contain Boundary data, but I've randomly searched and cannot find any missing areas.

Thank-you for your help.

MillKa
25 Feb 2008, 13:36
.. only the first seems to contain Boundary data ..

Here are the statistics of my bgl decompiling code:

BNXWorld0.bgl: 7914 (7908 unique + 6 dupes) airspaces.
BNXWorld1.bgl: 9143 (9136 unique + 7 dupes) airspaces.
bvcf.bgl : 4201 (4201 unique + 0 dupes) airspaces.
21245 total airspaces.

All these files are found in "Scenery\World\scenery\".

Martin