Ignore:
Timestamp:
2015-02-17T14:05:54+01:00 (10 years ago)
Author:
malcolmh
Message:

coast/land processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/seachart/src/symbols/Symbols.java

    r30894 r31014  
    9595                public Color fill;
    9696
     97                public LineStyle(Color ifill) {
     98                        line = null;
     99                        width = 0;
     100                        dash = null;
     101                        fill = ifill;
     102                }
    97103                public LineStyle(Color iline, float iwidth) {
    98104                        line = iline;
Note: See TracChangeset for help on using the changeset viewer.