Ignore:
Timestamp:
2015-03-27T09:22:05+01:00 (11 years ago)
Author:
malcolmh
Message:

[SeaChart] update

File:
1 edited

Legend:

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

    r31044 r31063  
    524524                                        }
    525525                                        if (osm.att != Att.UNKATT) {
    526                                                 atts.put(osm.att, new AttVal<>(osm.att, osm.conv, osm.val));
     526                                                atts.put(osm.att, new AttVal<>(osm.conv, osm.val));
    527527                                        }
    528528                                } else {
     
    536536                                        objs.put(0, atts);
    537537                                        if (osm.att != Att.UNKATT) {
    538                                                 atts.put(osm.att, new AttVal<>(osm.att, osm.conv, osm.val));
     538                                                atts.put(osm.att, new AttVal<>(osm.conv, osm.val));
    539539                                        }
    540540                                        index.put(++xref, base);
Note: See TracChangeset for help on using the changeset viewer.