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_symbols_xml [2015/04/12 00:32]
filip.jonckers
ivac2:firdef_symbols_xml [2015/06/08 15:45]
splendor.bouman removed
Line 1: Line 1:
-[[ivac2:​firdef_toc|Back]] 
- 
 ====== mapsymbols.xml ====== ====== mapsymbols.xml ======
  
-The mapsymbols.xml file is used to define symbols used in [[ivac2:​|symbol elements]].+The mapsymbols.xml file is used to define symbols used in [[ivac2:firdef_map_symbol|symbol elements]].
  
  
Line 13: Line 11:
  
 Each symbol is drawn using the same methods as used in the maps: Each symbol is drawn using the same methods as used in the maps:
-  * line +  * lines 
-  * linestrip +  * path
-  * lineloop +
-  * polygon+
   * circle   * circle
-  * polycircle 
   * arc   * arc
-  * polyarc 
   * point   * point
  
- +The symbol is drawn using a cartesian system where the location of the [[ivac2:firdef_map_symbol|symbol ​element]] is the centerpoint (0,0). 
-The symbol is drawn using a cartesian system where the location of the [[ivac2:firdef_map_nav|nav element]] is the centerpoint (0,0). +The name attribute of a symbol is used in the symbol attribute of the [[ivac2:firdef_map_symbol|symbol ​element]].
-The name attribute of a symbol is used in the symbol attribute of the [[ivac2:firdef_map_nav|nav element]].+
  
  
Line 36: Line 29:
 <​symbols>​ <​symbols>​
     <symbol name="​vor">​     <symbol name="​vor">​
-        <circle radius="​3"​ segments="​32"​ width="​1" ​color="​symbol_vor">​+        <circle radius="​3"​ segments="​32"​ width="​1" ​stroke_color="​symbol_vor">​
             <point x="​0"​ y="​0"/>​             <point x="​0"​ y="​0"/>​
         </​circle>​         </​circle>​
-        <polygon width="​1" ​color="​symbol_vor">​+        <path stroke_width="​1" ​stroke_color="​symbol_vor" close="​true">
             <point x="​-3"​ y="​3"/>​             <point x="​-3"​ y="​3"/>​
             <point x="​3"​ y="​3"/>​             <point x="​3"​ y="​3"/>​
             <point x="​0"​ y="​-3"/>​             <point x="​0"​ y="​-3"/>​
-        </polygon>+        </path>
     </​symbol>​     </​symbol>​
 </​symbols>​ </​symbols>​
Line 52: Line 45:
  
 <code XML> <code XML>
-<nav id="​AFI"​ symbol="​vor"​ lat="​N0505428001"​ lon="​E0040820000"/>​+<symbol ​id="​AFI"​ symbol="​vor"​ lat="​N0505428001"​ lon="​E0040820000"/>​
 </​code>​ </​code>​
  
 +----
  
 +[[ivac2:​firdef|Back]]