Ignore:
Timestamp:
2014-03-14T12:32:18+01:00 (11 years ago)
Author:
malcolmh
Message:

save

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed2/src/symbols/Beacons.java

    r30285 r30323  
    1616
    1717import symbols.Symbols.*;
    18 
    1918import s57.S57val.*;
    2019
     
    6968        public static final Symbol LightFlare = new Symbol();
    7069        static {
     70                LightFlare.add(new Instr(Form.BBOX, new Rectangle2D.Double(-20,-100,40,100)));
    7171                LightFlare.add(new Instr(Form.RSHP, new Ellipse2D.Double(-3,-3,6,6)));
    7272                Path2D.Double p = new Path2D.Double();
Note: See TracChangeset for help on using the changeset viewer.