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 [2017/05/31 14:53]
filip.jonckers [path element]
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" ​close="true" > +  <path stroke_color="​myPredefinedColor"​ stroke_width="​1" ​
-    <​point ​lat="N0513000" ​lon="E0020000"/>​ +      <point x="v0 x" ​y="v0 y" /
-    <​point ​lat="N0514245" ​lon="E0021001"/>​ +      <​point ​x="v1 x" ​y="v1 y" /> 
-    <​point ​lat="N0513814" ​lon="E0023000"/>+      <​point ​x="v2 x" ​y="v2 y" /> 
 +      <​point ​x="v3 x" ​y="v3 y" />
   </​path>​   </​path>​
 </​code>​ </​code>​