Hi everyone .
I have a little problem when I am trying to create a perfect boundary circle .
the problem is the circle simply don't show up in the sim'.
here is the code:
the BGL file also contains a waypoint in order to see that the BGL is loaded correctly .
Cheers.
Idan.
I have a little problem when I am trying to create a perfect boundary circle .
the problem is the circle simply don't show up in the sim'.
here is the code:
Code:
<Boundary
type="RESTRICTED"
name="SAM11"
>
<BoundaryStart
lat="32.762823"
lon="35.031007"
minimumAltitudeType="MSL"
altitudeMinimum="350.0F"
maximumAltitudeType="AGL"
altitudeMaximum="40000.0F"/>
<Circle
index="1"
radius="32000"
minimumAltitudeType="AGL"
altitudeMinimum="0.0F"
maximumAltitudeType="AGL"
altitudeMaximum="40000.0F"/>
</Boundary>
the BGL file also contains a waypoint in order to see that the BGL is loaded correctly .
Cheers.
Idan.