Changeset 35186 in osm for applications/editors/josm/plugins/cadastre-fr/src
- Timestamp:
- 2019-10-12T20:44:28+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/src/org/openstreetmap/josm/plugins/fr/cadastre/edigeo/EdigeoFileTHF.java
r34355 r35186 495 495 } 496 496 ds.getWays().forEach(w -> { 497 SequenceCommand command = SimplifyWayAction. simplifyWay(w, 0.25);497 SequenceCommand command = SimplifyWayAction.createSimplifyCommand(w, 0.25); 498 498 if (command != null) { 499 499 command.executeCommand();
Note:
See TracChangeset
for help on using the changeset viewer.