Color and RGB attributes

The preferred method of defining the color to use for drawing is the color attribute.

The color codes used shall be defined in the mapcolors.xml file in the root folder of the FIR definition.

  <lines stroke_color="airspace_low">
      <point lon="E0042957" lat="N0511059"/>
      <point lon="E0044324" lat="N0510755"/>
  </lines>

Back