Changeset 1863 in osm for utils/josm


Ignore:
Timestamp:
2007-01-05T20:15:00+01:00 (18 years ago)
Author:
nick
Message:

Width of unrecognised way types increased to 2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/josm/plugins/mappaint/src/mappaint/MapPaintVisitor.java

    r1568 r1863  
    6262        @Override public void visit(Way w) {
    6363                Color colour = getPreferencesColor("untagged",Color.GRAY);
    64                 int width=1;
     64                int width=2;
    6565                boolean area=false;
    6666                ElemStyle wayStyle = MapPaintPlugin.elemStyles.getStyle(w);
Note: See TracChangeset for help on using the changeset viewer.