Ignore:
Timestamp:
2018-01-11T15:35:23+01:00 (7 years ago)
Author:
malcolmh
Message:

[Seachart] Publish new release

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/render/Rules.java

    r33956 r33995  
    10001000                        if (Renderer.zoom >= 14) {
    10011001                                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))));
    10031003                                        Renderer.symbol(Harbours.SignalStation);
    10041004                                } else {
Note: See TracChangeset for help on using the changeset viewer.