Changeset 34852 in osm for applications/editors/josm/plugins/utilsplugin2
- Timestamp:
- 2019-01-21T10:58:47+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/utilsplugin2/src/org/openstreetmap/josm/plugins/utilsplugin2/replacegeometry/ReplaceGeometryUtils.java
r34844 r34852 213 213 } 214 214 215 p rivatestatic ReplaceGeometryCommand buildReplaceWayWithNewCommand(List<Way> selection) {215 public static ReplaceGeometryCommand buildReplaceWayWithNewCommand(List<Way> selection) { 216 216 // determine which way will be replaced and which will provide the geometry 217 217 boolean overrideNewCheck = false;
Note:
See TracChangeset
for help on using the changeset viewer.