- Timestamp:
- 2009-01-31T20:33:03+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/visitor/MapPaintVisitor.java
r1340 r1355 1225 1225 styles = MapPaintStyles.getStyles().getStyleSet(); 1226 1226 drawMultipolygon = Main.pref.getBoolean("mappaint.multipolygon",true); 1227 drawRestriction = Main.pref.getBoolean("mappaint.restriction", false);1227 drawRestriction = Main.pref.getBoolean("mappaint.restriction",true); 1228 1228 restrictionDebug = Main.pref.getBoolean("mappaint.restriction.debug",false); 1229 1229 leftHandTraffic = Main.pref.getBoolean("mappaint.lefthandtraffic",false);
Note:
See TracChangeset
for help on using the changeset viewer.