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_path [2015/06/11 16:16]
christophe.delondre
ivac2:firdef_map_path [2017/11/24 11:21] (current)
splendor.bouman
Line 11: Line 11:
 |fill_color|string|color id name| |fill_color|string|color id name|
 |close|boolean|close path yes/no| |close|boolean|close path yes/no|
 +|followgrid|boolean|If true, paths follow grid (rhumb line). If false paths follow great circle ''​NEW''​|
  
 Each path consists of at least two <​point>​ elements where each <​point>​ is connected to the next <​point>​. The shape is closed if close="​true"​ is defined. Each path consists of at least two <​point>​ elements where each <​point>​ is connected to the next <​point>​. The shape is closed if close="​true"​ is defined.
Line 17: Line 18:
  
 <code XML> <code XML>
-  <path stroke_color="​myPredefinedColor"​ stroke_width="​1">​+  <path stroke_color="​myPredefinedColor"​ stroke_width="​1"​ >
       <point x="v0 x" y="v0 y" />       <point x="v0 x" y="v0 y" />
       <point x="v1 x" y="v1 y" />       <point x="v1 x" y="v1 y" />