Changeset 35797 in osm for applications
- Timestamp:
- 2021-07-20T13:58:34+02:00 (3 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
r35186 r35797 16 16 import org.openstreetmap.josm.data.osm.DataSet; 17 17 import org.openstreetmap.josm.plugins.fr.cadastre.download.CadastreDownloadData; 18 import org.openstreetmap.josm.spi.preferences.Config; 18 19 import org.openstreetmap.josm.tools.Logging; 19 20 … … 495 496 } 496 497 ds.getWays().forEach(w -> { 497 SequenceCommand command = SimplifyWayAction.createSimplifyCommand(w, 0.25); 498 SequenceCommand command = SimplifyWayAction.createSimplifyCommand(w, 499 Config.getPref().getDouble("cadastre.simplify-way.max-error", 0.20)); 498 500 if (command != null) { 499 501 command.executeCommand();
Note:
See TracChangeset
for help on using the changeset viewer.