Changeset 9370 in osm for applications/editors/josm/plugins/utilsplugin
- Timestamp:
- 2008-07-29T22:13:48+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin/src/UtilsPlugin/SimplifyWayAction.java
r9100 r9370 44 44 public void simplifyWay(Way w) { 45 45 double threshold = Double.parseDouble( 46 Main.pref.get("simplify-way.max-error", " 50"));46 Main.pref.get("simplify-way.max-error", "3")); 47 47 48 48 Way wnew = new Way(w);
Note:
See TracChangeset
for help on using the changeset viewer.