Differences

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

Link to this comparison view

Next revision
Previous revision
ivac2:firdef_map_stipple [2011/11/19 14:45]
filip created
ivac2:firdef_map_stipple [2017/04/08 14:27] (current)
Line 2: Line 2:
  
 ====== Stipple attribute ====== ====== Stipple attribute ======
 +
 +> DEPRECATED - removed from FIRDEF SDK: April 2015
  
 To draw stippled (dotted or dashed) lines, use the stippled attribute to define the stipple pattern. To draw stippled (dotted or dashed) lines, use the stippled attribute to define the stipple pattern.
Line 7: Line 9:
 The pattern argument is a 16-bit series of 0s and 1s, and it's repeated as necessary to //stipple// a given line. A 1 indicates that drawing occurs, and 0 that it does not, on a pixel-by-pixel basis, beginning with the low-order bits of the pattern. The pattern argument is a 16-bit series of 0s and 1s, and it's repeated as necessary to //stipple// a given line. A 1 indicates that drawing occurs, and 0 that it does not, on a pixel-by-pixel basis, beginning with the low-order bits of the pattern.
  
 +<code XML>
   <line stipple="​16135">​   <line stipple="​16135">​
       <point lon="​E0042957"​ lat="​N0511059"/>​       <point lon="​E0042957"​ lat="​N0511059"/>​
       <point lon="​E0044324"​ lat="​N0510755"/>​       <point lon="​E0044324"​ lat="​N0510755"/>​
   </​line>​   </​line>​
 +</​code>​
  
 where  16135 =  0011111100000111 in binary where  16135 =  0011111100000111 in binary