Changeset 33724 in osm for applications/editors/josm/plugins/seachart/src/render
- Timestamp:
- 2017-10-19T17:19:20+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Signals.java
r32995 r33724 417 417 continue; 418 418 } 419 if (atts.containsKey(Att.LITRAD)) {420 radius = (Double) atts.get(Att.LITRAD).val;421 }422 419 if (atts.containsKey(Att.CATLIT)) { 423 420 ArrayList<CatLIT> cats = (ArrayList<CatLIT>) atts.get(Att.CATLIT).val; … … 434 431 if (satts == atts) 435 432 continue; 436 if (satts.containsKey(Att.LITRAD)) {437 srad = (Double) satts.get(Att.LITRAD).val;438 }439 433 if (srad == radius) { 440 434 ArrayList<CatLIT> scats = (ArrayList<CatLIT>) ((satts.containsKey(Att.CATLIT)) ?
Note:
See TracChangeset
for help on using the changeset viewer.