Ignore:
Timestamp:
2015-11-07T22:31:41+01:00 (9 years ago)
Author:
donvip
Message:

fix JOSM plugins build, broken by latest change of seachart plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/s57/S57map.java

    r31731 r31734  
    445445                                        if (att == Att.VALSOU) {
    446446                                                Snode node = nodes.get(feature.geom.elems.get(0).id);
    447                                                 node.val = (double) attval.val;
     447                                                node.val = (Double) attval.val;
    448448                                        }
    449449                                        atts.put(att, attval);
Note: See TracChangeset for help on using the changeset viewer.