Changeset 30285 in osm for applications/editors/josm/plugins/smed2/src/s57/S57dec.java
- Timestamp:
- 2014-02-17T14:27:01+01:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/s57/S57dec.java
r30284 r30285 1 /* Copyright 201 3Malcolm Herring1 /* Copyright 2014 Malcolm Herring 2 2 * 3 3 * This is free software: you can redistribute it and/or modify … … 65 65 } 66 66 break; 67 case DSSI: 68 S57dat.getSubf(record, fields + pos, S57field.DSSI, S57subf.AALL); 69 S57dat.getSubf(S57subf.NALL); 70 break; 67 71 case DSPM: 68 72 comf = (double) (Long) S57dat.getSubf(record, fields + pos, S57field.DSPM, S57subf.COMF);
Note:
See TracChangeset
for help on using the changeset viewer.