Changeset 34237 in osm for applications/editors/josm


Ignore:
Timestamp:
2018-06-01T09:58:15+02:00 (7 years ago)
Author:
malcolmh
Message:

update

Location:
applications/editors/josm/plugins/seachart/src
Files:
2 edited

Legend:

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

    r33995 r34237  
    404404                }
    405405                if (col != null) {
    406                         Renderer.symbol(Beacons.LightFlare, new Scheme(LightColours.get(col)), new Delta(Handle.BC, AffineTransform.getRotateInstance(Math.toRadians(120))));
     406                        Renderer.symbol(Beacons.LightFlare, new Scheme(LightColours.get(col)),
     407                                        new Delta(Handle.BC, AffineTransform.getRotateInstance(Math.toRadians(120))));
    407408                }
    408409                if (Renderer.zoom >= 12) {
  • applications/editors/josm/plugins/seachart/src/symbols/Beacons.java

    r33949 r34237  
    6767        Floodlight.add(new Instr(Form.BBOX, new Rectangle2D.Double(-50, -50, 100, 100)));
    6868        Floodlight.add(new Instr(Form.STRK, new BasicStroke(4, BasicStroke.CAP_ROUND, BasicStroke.JOIN_ROUND)));
    69         Floodlight.add(new Instr(Form.FILL, new Color(0xffa000)));
     69        Floodlight.add(new Instr(Form.FILL, new Color(0xffff00)));
    7070      Path2D.Double p = new Path2D.Double(); p.moveTo(0, 0); p.lineTo(-34, -15); p.quadTo(-35, -31, -20, -31); p.lineTo(0, 0);
    7171      p.moveTo(-20, -31); p.quadTo(-13, -44, 0, -36); p.lineTo(0, 0);
Note: See TracChangeset for help on using the changeset viewer.