Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ivac2:firdef_atc_xml [2016/05/21 10:20]
jonathan.hougaard [Example]
ivac2:firdef_atc_xml [2017/09/02 17:59] (current)
ian.beswick [XML structure]
Line 21: Line 21:
 | preset |string| map preset to load when position is loaded | | preset |string| map preset to load when position is loaded |
 | atis |string| DEPARTURE (for departure ATIS), ARRIVAL (for arrival ATIS), BOTH (default value, combined departure and arrival ATIS), MINIMAL (no actual ATIS, callsign and voice server only (for ACC sectors etc.) | | atis |string| DEPARTURE (for departure ATIS), ARRIVAL (for arrival ATIS), BOTH (default value, combined departure and arrival ATIS), MINIMAL (no actual ATIS, callsign and voice server only (for ACC sectors etc.) |
 +| lat || The latitude of the radar position/​radio antenna location|
 +| lon || The longitude of the radar position/​radio antenna location|
 +| range | int | The radar/radio range of the position (in NM)|
 +| magvar| int | The magnetic variation specific to this ATC position. If specified, it will over-ride any value provided in the confg.fir file. This setting is deprecated in favour of applying magvar in a preset definition.|
  
  
Line 39: Line 43:
 lat="​N0550000"​ lon="​E0110000"​ range="​150"​ avbl="​true"​ lat="​N0550000"​ lon="​E0110000"​ range="​150"​ avbl="​true"​
 callsign="​Copenhagen Control"​ label="​acc"​ theme="​coopans"​ preset="​dka"​ callsign="​Copenhagen Control"​ label="​acc"​ theme="​coopans"​ preset="​dka"​
-name="​Copenhagen Sector A" atis="​MINIMAL">​+name="​Copenhagen Sector A" atis="​MINIMAL"​ 
 +>
  
   <sector id="​DKA"​ active="​true"​ fir="​EKDK"​ />   <sector id="​DKA"​ active="​true"​ fir="​EKDK"​ />
Line 45: Line 50:
 </​atc>​ </​atc>​
  
-<atc id="​EKKA_TWR" ​ long="​EKKATWR"​ short="​KT"​ freq="​119.575"​+<atc id="​EKKA_TWR"​ long="​EKKATWR"​ short="​KT"​ freq="​119.575"​
 lat="​N0561750850"​ lon="​E0090728660"​ range="​100"​ avbl="​true"​ lat="​N0561750850"​ lon="​E0090728660"​ range="​100"​ avbl="​true"​
-label="​app"​ theme="​coopans"​ callsign="​Karup Tower" preset="​ekka"​ name="​Karup TWR">​+label="​app"​ theme="​coopans"​ callsign="​Karup Tower" preset="​ekka"​ name="​Karup TWR" 
 +>
  
   <sector id="​KT"​ active="​true"​ fir="​EKDK"​ />   <sector id="​KT"​ active="​true"​ fir="​EKDK"​ />
Line 54: Line 60:
 </​code>​ </​code>​
 <code XML> <code XML>
-<atc id="​EKCH_GND" ​ long="​APNARR"​ short="​APNA"​ freq="​121.625"​+<atc id="​EKCH_GND"​ long="​APNARR"​ short="​APNA"​ freq="​121.625"​
 lat="​N0553704500"​ lon="​E0123921500"​ range="​15"​ avbl="​true"​ lat="​N0553704500"​ lon="​E0123921500"​ range="​15"​ avbl="​true"​
 label="​app"​ theme="​coopans"​ callsign="​Kastrup Apron" preset="​ekch_apn"​ label="​app"​ theme="​coopans"​ callsign="​Kastrup Apron" preset="​ekch_apn"​
-name="​Kastrup Apron (main/​arrival)">​+name="​Kastrup Apron (main/​arrival)"​ 
 +>
  
   <sector id="​APNA"​ active="​true"​ fir="​EKDK"​ />   <sector id="​APNA"​ active="​true"​ fir="​EKDK"​ />