Ignore:
Timestamp:
2014-01-19T14:52:39+01:00 (12 years ago)
Author:
malcolmh
Message:

new model structure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/panels/PanelMain.java

    r30150 r30215  
    2222import s57.S57att.Att;
    2323import s57.S57obj.Obj;
     24import s57.S57val.*;
    2425import s57.S57map.*;
    2526import render.Renderer;
     
    148149                                for (AttMap atts : feature.objs.get(obj).values()) {
    149150                                        for (Att att : atts.keySet()) {
    150                                                 AttItem item = atts.get(att);
     151                                                AttVal<?> item = atts.get(att);
    151152                                                switch (item.conv) {
    152153                                                case E:
Note: See TracChangeset for help on using the changeset viewer.