products:


avionic radar device - airport.xml description

This is meant to be a short (and temporary) description of our file "Airport.xml". At the moment we are not sure, if the structure remains that way. But for those who like to do some experiments I hope this will help for now. The program is at the moment not very good at detecting errors in this file, we will fix that as soon as possible.

Once there is a lot of data in the file starting the program might become quite slow. In that case we would have to rewrite the Init-Routine of the program.

If you have created a large file you might want to send it to us, so we could make the necessary adaptions in the program. Your work will of course not be shared with others, unless you give the explicit permission.

The xml-Structure consists of four main sections (which is now not according to xml-specs, but it works):

<AIRPORT>

</AIRPORT>

<VOR>

</VOR>

<DME>

</DME>

<NDB>

</NDB>

Fixes are entered in the respective <Airport/> Section while VOR,DME,NDB are globals

Longitude/Latitude Data may be entered in two ways:

<VATER LAT="48.64779" LON="9.00088" />
or
<BEGEN LAT="N48 19.17" LON="E11 28.89" />



Here is an abbreviated example of the whole structure:

<!-- For Flightsim only -->

<AIRPORT>

<EDDS LAT="48.69383" LON="9.24317">
<FIX>
<VATER LAT="48.64779" LON="9.00088" />
<UNSER LAT="48.73366" LON="9.45439" />
</FIX>
</EDDS>

<EDDN LAT="N49 29.92" LON="E11 04.67">
</EDDN>

<EDDM LAT="N48 21.23" LON="E11 47.17">
<FIX>
<BEGEN LAT="N48 19.17" LON="E11 28.89" />
<GUDEG LAT="N48 23.25" LON="E12 5.64" />
<NELBI LAT="N48 21.92" LON="E12 4.54" />
<MAGAT LAT="N48 20.49" LON="E11 29.79" />
<MBG03 LAT="N48 34.351" LON="E12 11.14" />
<MBG11 LAT="N48 24.276" LON="E12 9.205" />
<MBG12 LAT="N48 31.995" LON="E11 57.186" />
<MBG14 LAT="N48 26.353" LON="E11 58.425" />
<MBG23 LAT="N48 34.732" LON="E11 42.586" />
<MUN04 LAT="N48 8.09" LON="E11 53.331" />
<MUN07 LAT="N48 3.824" LON="E11 48.597" />
<MUN15 LAT="N48 1.357" LON="E12 6.338" />
<MUN17 LAT="N48 13.494" LON="E12 14.681" />
<MUN18 LAT="N48 8.574" LON="E11 22.266" />
<MUN25 LAT="N48 12.027" LON="E12 26.306" />
<MAH06 LAT="N48 18.978" LON="E11 25.898"/>
<WLD18 LAT="N48 20.992" LON="E11 26.334"/>

<I08LM LAT="N48 21.702" LON="E11 45.217"/>
<I08RM LAT="N48 20.376" LON="E11 44.225"/>
<I26LM LAT="N48 20.752" LON="E11 49.113"/>
<I26RM LAT="N48 22.077" LON="E11 50.107"/>
</FIX>
</EDDM>
</AIRPORT>

<VOR>
<HMM LAT="N51 51.412" LON="E7 42.498"/>
<FFM LAT="N50 3.225" LON="E8 38.226"/>
<RID LAT="N49 46.902" LON="E8 32.489"/>
<TGO LAT="48.61841" LON="9.25921" />
<LBU LAT="48.91297" LON="9.34023" />
<ERL LAT="49.65541" LON="11.15079" />
<ALB LAT="49.21439" LON="11.22143" />
<MAH LAT="N48 15.806" LON="E11 18.716" />
<MBG LAT="N48 34.404" LON="E12 15.66" />
<MUN LAT="N48 10.82" LON="E11 48.96" />
<LNO LAT="N50 35.15" LON="E5 42.617"/>
<MAS LAT="N50 58.317" LON="E5 57.626"/>
<GOT LAT="N51 20.587" LON="E11 35.852"/>
<LEG LAT="N51 26.16" LON="E12 28.392"/>
<WLD LAT="N48 34.77" LON="E11 7.76"/>
</VOR>

<DME>
<CHA LAT="N49 55.266" LON="E9 2.389"/>
<MTR LAT="N50 16.576" LON="E8 50.918"/>
</DME>

<NDB>
<SY LAT="48.66924" LON="9.11420" />
<SG LAT="48.71129" LON="9.33504" />
<NB LAT="49.51148" LON="10.95617" />
<RTB LAT="49.48269" LON="11.25286" />
<FR LAT="N50 3.943" LON="E8 41.009"/>
<FW LAT="N50 0.297" LON="E8 25.773"/>
<MST LAT="N52 6.609" LON="E7 34.303"/>
<MYN LAT="N52 9.56" LON="E7 48.0"/>
<MIQ LAT="N48 34.21" LON="E11 35.85" />
<ZL LAT="N50 56.04" LON="E5 47.557"/>
<NW LAT="N51 1.162" LON="E5 52.701"/>
<MA LAT="N51 23.708" LON="E12 20.592"/>
</NDB>

Update: 2004-03-31

 intra category navigator: < instructions   download >