Ignore:
Timestamp:
2015-10-29T23:01:53+01:00 (10 years ago)
Author:
malcolmh
Message:

[seachart] update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/s57/S57map.java

    r31660 r31722  
    4444
    4545        public class Snode {    // All coordinates in map
    46                 public double lat;      // Latitude
    47                 public double lon;      // Longitude
     46                public double lat;      // Latitude in radians
     47                public double lon;      // Longitude in radians
    4848                public Nflag flg;               // Role of node
    4949
Note: See TracChangeset for help on using the changeset viewer.