Changeset 15431 in josm for trunk/src/org
- Timestamp:
- 2019-10-06T14:47:39+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/SimplifyWayAction.java
r15427 r15431 300 300 * @since 15419 301 301 */ 302 public finalSequenceCommand createSimplifyCommand(Way w) {302 public static SequenceCommand createSimplifyCommand(Way w) { 303 303 return createSimplifyCommand(w, Config.getPref().getDouble("simplify-way.max-error", 3.0)); 304 304 }
Note:
See TracChangeset
for help on using the changeset viewer.