Ignore:
Timestamp:
2013-08-31T11:15:35+02:00 (12 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/seamap/Rules.java

    r29790 r29884  
    488488                        Symbol s1 = null, s2 = null;
    489489                        MarSYS sys = MarSYS.SYS_CEVN;
     490                        BnkWTW bnk = BnkWTW.BWW_UNKN;
    490491                        AttItem att = feature.atts.get(Att.MARSYS);
    491492                        if (att != null) sys = (MarSYS)att.val;
     
    500501                                        CatNMK cat = CatNMK.NMK_UNKN;
    501502                                        if (atts.get(Att.CATNMK) != null) cat = (CatNMK)atts.get(Att.CATNMK).val;
    502                                         s2 = Notices.getNotice(cat, sys);
     503                                        s2 = Notices.getNotice(cat, sys, bnk);
    503504                                }
    504505                        }
Note: See TracChangeset for help on using the changeset viewer.