Changeset 35186 in osm for applications
- Timestamp:
- 2019-10-12T20:44:28+02:00 (5 years ago)
- Location:
- applications/editors/josm/plugins/cadastre-fr
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/cadastre-fr/build.xml
r34801 r35186 4 4 <property name="commit.message" value="Changed constructor for Plugin"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 4347"/>6 <property name="plugin.main.version" value="15419"/> 7 7 8 8 <!-- Configure these properties (replace "..." accordingly). -
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.