GPS: Missing Airspace Options: Difference between revisions

From FSDeveloper Wiki
Jump to navigationJump to search
(New page: {{Infobox-Applicable-FSVersion | FSXI = false | FSXA = true | FSX = true | FS2004 = true | FS2002 = false | FS2000 = false | FS98 = false }} ==='''GPS: Missing Airspace Options'''=== I h...)
 
No edit summary
 
(9 intermediate revisions by one other user not shown)
Line 11: Line 11:
==='''GPS: Missing Airspace Options'''===
==='''GPS: Missing Airspace Options'''===


I have found a very curious OMISSION in the FSX SDK on the XML Map parameters...
I highly suggest visitors to this Wiki entry to refer to this most excellent guide:


ObjectDetailLayerAirspaces
'''BlackBox Website - GPS Guidebook'''[http://www.robbiemcelrath.com/blackbox/?guide]
-1 = Default
0 = Draw nothing


This is woefully incomplete!  Here is a list of known input parameters for this token:
The tabular data previously listed on this entry has proven to be incomplete and or incorrect...
 
B, C, D, MOA, RESTRICTED, PROHIBITED, WARNING, ALERT, DANGER, MODE_C, RADAR, TRAINING = 0xEFC038
 
MOA, RESTRICTED, PROHIBITED, WARNING, ALERT, DANGER = 0x0FC000
 
-1 - default
0 - Draw Nothing
8- Class B
16 - Class C
32 - Class D
64 - MOA
128 - Prohibited
264 - Warning
528 - Alert
1056 - Danger
2112 - Mode C
4224 - Radar
8448 - Training


[[Category:Aircraft Design]]
[[Category:Aircraft Design]]
[[Category:Panel & Gauge Design]]
[[Category:Panel and Gauge Design]]

Latest revision as of 13:45, 22 August 2011

GPS: Missing Airspace Options

I highly suggest visitors to this Wiki entry to refer to this most excellent guide:

BlackBox Website - GPS Guidebook[1]

The tabular data previously listed on this entry has proven to be incomplete and or incorrect...