Changeset 33995 in osm for applications/editors/josm/plugins/seachart/src/render/Rules.java
- Timestamp:
- 2018-01-11T15:35:23+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/seachart/src/render/Rules.java
r33956 r33995 1000 1000 if (Renderer.zoom >= 14) { 1001 1001 if (testAttribute(Obj.LIGHTS, Att.CATLIT, CatLIT.LIT_FLDL)) { 1002 Renderer.symbol(Beacons.Floodlight, new Delta(Handle.CC, AffineTransform.getRotateInstance(Math.toRadians( 180))));1002 Renderer.symbol(Beacons.Floodlight, new Delta(Handle.CC, AffineTransform.getRotateInstance(Math.toRadians(90)))); 1003 1003 Renderer.symbol(Harbours.SignalStation); 1004 1004 } else {
Note:
See TracChangeset
for help on using the changeset viewer.