Changeset 31722 in osm for applications/editors/josm/plugins/seachart/src/s57/S57map.java
- Timestamp:
- 2015-10-29T23:01:53+01:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/s57/S57map.java
r31660 r31722 44 44 45 45 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 48 48 public Nflag flg; // Role of node 49 49
Note:
See TracChangeset
for help on using the changeset viewer.