Changeset 1355 in josm for trunk/src


Ignore:
Timestamp:
2009-01-31T20:33:03+01:00 (16 years ago)
Author:
stoecker
Message:

enable mappaint restriction drawing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java

    r1340 r1355  
    12251225        styles = MapPaintStyles.getStyles().getStyleSet();
    12261226        drawMultipolygon = Main.pref.getBoolean("mappaint.multipolygon",true);
    1227         drawRestriction = Main.pref.getBoolean("mappaint.restriction",false);
     1227        drawRestriction = Main.pref.getBoolean("mappaint.restriction",true);
    12281228        restrictionDebug = Main.pref.getBoolean("mappaint.restriction.debug",false);
    12291229        leftHandTraffic = Main.pref.getBoolean("mappaint.lefthandtraffic",false);
Note: See TracChangeset for help on using the changeset viewer.