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_map_color_rgb [2013/12/04 01:10]
127.0.0.1 external edit
ivac2:firdef_map_color_rgb [2017/04/08 14:27] (current)
Line 1: Line 1:
-[[ivac2:​firdef_toc|Back]] 
  
 ====== Color and RGB attributes ====== ====== Color and RGB attributes ======
Line 7: Line 6:
 The color codes used shall be defined in the [[ivac2:​firdef_mapcolors_xml|mapcolors.xml]] file in the root folder of the FIR definition. The color codes used shall be defined in the [[ivac2:​firdef_mapcolors_xml|mapcolors.xml]] file in the root folder of the FIR definition.
  
-  ​<line color="​airspace_low">​+<code XML> 
 +  <lines stroke_color="​airspace_low">​
       <point lon="​E0042957"​ lat="​N0511059"/>​       <point lon="​E0042957"​ lat="​N0511059"/>​
       <point lon="​E0044324"​ lat="​N0510755"/>​       <point lon="​E0044324"​ lat="​N0510755"/>​
-  </line>+  </lines> 
 +</code>
  
-If for one reason or the other you want to define a fixed color the rgb attributes are available.+----
  
-  <line r="​65"​ g="​112"​ b="​40">​ +[[ivac2:firdef|Back]]
-      <point lon="​E0042957"​ lat="​N0511059"/>​ +
-      <point lon="​E0044324"​ lat="​N0510755"/>​ +
-  </​line>​ +
- +
-<​HTML>​ +
-<p style="​border:1px dashed #​C11B17;​color:#​C11B17;">​ +
-We strongly suggest to use the color attribute to keep everything as user friendly as possible. +
-</​p>​ +
-</​HTML>​ +
- +
-The color attribute has priority over the the rgb attributes.+