Changeset 30215 in osm for applications/editors/josm/plugins/smed2/src/panels
- Timestamp:
- 2014-01-19T14:52:39+01:00 (11 years ago)
- 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 22 22 import s57.S57att.Att; 23 23 import s57.S57obj.Obj; 24 import s57.S57val.*; 24 25 import s57.S57map.*; 25 26 import render.Renderer; … … 148 149 for (AttMap atts : feature.objs.get(obj).values()) { 149 150 for (Att att : atts.keySet()) { 150 Att Itemitem = atts.get(att);151 AttVal<?> item = atts.get(att); 151 152 switch (item.conv) { 152 153 case E: -
applications/editors/josm/plugins/smed2/src/panels/ShowFrame.java
r30150 r30215 33 33 showMap.nodes = map.nodes; 34 34 showMap.edges = map.edges; 35 showMap.areas = map.areas;36 35 showMap.index = map.index; 37 36 if (feature != null) {
Note:
See TracChangeset
for help on using the changeset viewer.