Changeset 31731 in osm for applications/editors/josm/plugins/seachart/js57toosm
- Timestamp:
- 2015-11-05T13:43:10+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/js57toosm/src/js57toosm/Js57toosm.java
r31704 r31731 94 94 out.format(" <tag k='seamark:type' v=\"%s\"/>%n", type); 95 95 if ((feature.type == Obj.SOUNDG) && (node.flg == S57map.Nflag.DPTH)) 96 out.format(" <tag k='seamark:sounding:depth' v='%.1f'/>%n", (( Dnode) node).val);96 out.format(" <tag k='seamark:sounding:depth' v='%.1f'/>%n", ((Snode) node).val); 97 97 writeAtts(feature); 98 98 out.format(" </node>%n");
Note:
See TracChangeset
for help on using the changeset viewer.