Changeset 29884 in osm for applications/editors/josm/plugins/smed2/src/seamap/Rules.java
- Timestamp:
- 2013-08-31T11:15:35+02:00 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/smed2/src/seamap/Rules.java
r29790 r29884 488 488 Symbol s1 = null, s2 = null; 489 489 MarSYS sys = MarSYS.SYS_CEVN; 490 BnkWTW bnk = BnkWTW.BWW_UNKN; 490 491 AttItem att = feature.atts.get(Att.MARSYS); 491 492 if (att != null) sys = (MarSYS)att.val; … … 500 501 CatNMK cat = CatNMK.NMK_UNKN; 501 502 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); 503 504 } 504 505 }
Note:
See TracChangeset
for help on using the changeset viewer.
