gps.xml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!-- Honeywell Bendix/King KLN-90B GPS -->
  3. <PropertyList>
  4. <name>KLN-90B</name>
  5. <background>transparent-bg.png</background>
  6. <w>400</w>
  7. <h>142</h>
  8. <instruments>
  9. <instrument include="display.xml">
  10. <name>Display</name>
  11. <x>200</x>
  12. <y>71</y>
  13. <w>400</w>
  14. <h>142</h>
  15. </instrument>
  16. <instrument include="supernav1.xml">
  17. <condition>
  18. <property>instrumentation/gps-annunciator/super-nav</property>
  19. </condition>
  20. <name>supernav</name>
  21. <x>150</x>
  22. <y>71</y>
  23. <w>300</w>
  24. <h>142</h>
  25. </instrument>
  26. <instrument include="lhtext.xml">
  27. <condition>
  28. <not>
  29. <property>instrumentation/gps-annunciator/super-nav</property>
  30. </not>
  31. </condition>
  32. <name>lh text</name>
  33. <x>100</x>
  34. <y>71</y>
  35. <w>200</w>
  36. <h>142</h>
  37. </instrument>
  38. <instrument include="rhtext.xml">
  39. <condition>
  40. <not>
  41. <property>instrumentation/gps-annunciator/super-nav</property>
  42. </not>
  43. </condition>
  44. <name>rh text</name>
  45. <x>300</x>
  46. <y>71</y>
  47. <w>200</w>
  48. <h>142</h>
  49. </instrument>
  50. </instruments>
  51. </PropertyList>