Changeset 30215 in osm for applications/editors/josm/plugins/smed2/src/panels/PanelMain.java
- Timestamp:
- 2014-01-19T14:52:39+01:00 (12 years ago)
- File:
-
- 1 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:
Note:
See TracChangeset
for help on using the changeset viewer.
