Changeset 32995 in osm for applications/editors
- Timestamp:
- 2016-09-16T14:16:35+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Signals.java
r32909 r32995 438 438 } 439 439 if (srad == radius) { 440 ArrayList<CatLIT> scats = ( satts.containsKey(Att.CATLIT)) ?441 (ArrayList<CatLIT>) satts.get(Att.CATLIT).val : new ArrayList<>() ;440 ArrayList<CatLIT> scats = (ArrayList<CatLIT>) ((satts.containsKey(Att.CATLIT)) ? 441 (ArrayList<CatLIT>) satts.get(Att.CATLIT).val : new ArrayList<>()); 442 442 if (scats.contains(CatLIT.LIT_DIR)) { 443 443 if (satts.containsKey(Att.ORIENT)) {
Note:
See TracChangeset
for help on using the changeset viewer.