Changeset 30024 in osm for applications/editors/josm/plugins/smed2/src/s57/S57val.java
- Timestamp:
- 2013-10-14T18:04:01+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/s57/S57val.java
r30006 r30024 1107 1107 } 1108 1108 case I: 1109 return null;1109 return 0; 1110 1110 case F: 1111 return null;1111 return 0.0; 1112 1112 } 1113 1113 return null;
Note:
See TracChangeset
for help on using the changeset viewer.
