I've created the following XML for the London CTR. (It is missing from FSX together with the London TMAs.) It compiles with no error but I can't get the boundary to display on the map in FSX. I've put the .bgl file in Addon Scenery/London Control Areas/Scenery and with and without an associated empty Texture folder. I've used the Scenery Library to add London Control Areas as Priority 1. Heathrow's co-ordinates are 51.44775N and 0.46133W so the boundary brackets these.
What am I doing wrong?
What am I doing wrong?
Code:
<?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="CLASS_A"
name="London CTR">
<BoundaryStart
lat="51.60305"
lon="-0.6925"
minimumAltitudeType="AGL"
altitudeMinimum="0.0"
maximumAltitudeType="MSL"
altitudeMaximum="762.0"/>
<Line
lat="51.60305"
lon="-0.21472"/>
<Origin
lat="51.47"
lon="-0.21472"/>
<Arc
type="CLOCKWISE"
index="0"
lat="51.33666"
lon="-0.21527"/>
<Line
lat="51.33694"
lon="-0.63333"/>
<Line
lat="51.35111"
lon="-0.71166"/>
<Origin
lat="51.47"
lon="-0.45361"/>
<Arc
type="CLOCKWISE"
index="1"
lat="51.60305"
lon="-0.6925"/>
</Boundary>
</FSData