Changeset 30188 in osm for applications/editors
- Timestamp:
- 2014-01-07T09:52:14+01:00 (11 years ago)
- Location:
- applications/editors/josm/plugins/smed2
- Files:
-
- 5 added
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/js57toosm/src/js57toosm/Js57toosm.java
r30187 r30188 8 8 */ 9 9 10 package s57;10 package js57toosm; 11 11 12 12 import java.io.*; 13 13 14 import s57.S57dat; 15 import s57.S57dat.*; 16 import s57.S57map; 14 17 import s57.S57map.*; 15 import s57.S57dat.*;16 18 17 19 public class Js57toosm { -
applications/editors/josm/plugins/smed2/src/s57/S57dat.java
r30187 r30188 138 138 private static int index; 139 139 private static S57field field; 140 public static int rnum; 140 141 141 142 public static void setField(byte[] buf, int off, S57field fld, int len) { … … 173 174 wrap = true; 174 175 } else { 175 System.out.println("ERROR: Subfield not found " + subf.name() + " in " + field.name() + " in record " + Js57toosm.rnum);176 System.out.println("ERROR: Subfield not found " + subf.name() + " in " + field.name() + " in record " + rnum); 176 177 System.exit(-1); 177 178 }
Note:
See TracChangeset
for help on using the changeset viewer.