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

new model structure

Location:
applications/editors/josm/plugins/smed2/src/panels
Files:
2 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:
  • applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java

    r30150 r30215  
    3333                        showMap.nodes = map.nodes;
    3434                        showMap.edges = map.edges;
    35                         showMap.areas = map.areas;
    3635                        showMap.index = map.index;
    3736                        if (feature != null) {
Note: See TracChangeset for help on using the changeset viewer.