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_latlon [2014/04/13 12:21]
filip.jonckers
ivac2:firdef_map_latlon [2017/04/08 14:27] (current)
Line 1: Line 1:
-[[ivac2:​firdef_toc|Back]] 
- 
 ====== Latitude and Longitude attributes ====== ====== Latitude and Longitude attributes ======
  
Line 25: Line 23:
   * sssss = seconds with maximum 3 decimal places (max 59.999)   * sssss = seconds with maximum 3 decimal places (max 59.999)
  
-The predefined //<​point>//​ elements are defined in the [[ivac2:​firdef_points_xml|points.xml]] file.  Use the id attribute to use a predefined //<​point>//​ element.+The predefined //<​point>//​ elements are defined in the [[ivac2:​firdef_points_xml|points.xml]] file.  Use the **ref** ​attribute to use a predefined //<​point>//​ element.
  
  
Line 40: Line 38:
 === Example === === Example ===
 <code XML> <code XML>
-  ​<​point ​lon="N0543000000" ​lat="W0033535000"/>​ +<​point ​lat="N0504413" ​lon="E0043108"/>​ 
-  <​point ​lon="E0043127" ​lat="N0511038"/>​ +<​point ​lat="N0504421" ​lon="E0042601"/>​ 
-  <​point ​lon="E0043140" ​lat="N0511101"/> +<​point ​lat="N0504528" ​lon="E0042119"/>
-  <point ref=”REMBA”/>​ +
-  <point ref=”EBBR-IAF-25L”/>+
 </​code>​ </​code>​
  
  
  
-===== The sectorfile ​latitude/​longitude overflow bug =====+===== Sectorfile ​latitude/​longitude overflow bug =====
  
  
Line 70: Line 66:
  
  ​E0082339001 -> E0082339000  ​E0082339001 -> E0082339000
- 
  
  
 ==== How to find any occurences of the bug? ==== ==== How to find any occurences of the bug? ====
- 
- 
  
 Check the log file for errors in *log/​ivac.log* for an overflow error similar to: Check the log file for errors in *log/​ivac.log* for an overflow error similar to:
Line 82: Line 75:
  
 Simply use your text editor to search for the listed coordinate. Simply use your text editor to search for the listed coordinate.
 +
 +
 +----
 +
 +[[ivac2:​firdef|Back]]
 +
 +