Changes between Version 14 and Version 15 of Help/Action/SimplifyWay
- Timestamp:
- 2020-12-02T14:06:13+01:00 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Help/Action/SimplifyWay
v14 v15 11 11 After simplification, all of the deleted nodes will be closer than the in the popup specifed distance (e.g. 3 m) to the simplified way. In other words, the old and the new way will never be more than e.g. 3 m apart. 12 12 13 The tool uses the [http://en.wikipedia.org/wiki/Ramer–Douglas–Peucker_algorithm Ramer–Douglas–Peucker algorithm] for way simplification, but makes sure that tagged nodes and nodes with more than one parent way are not deleted. 13 The tool uses the [https://en.wikipedia.org/wiki/Ramer–Douglas–Peucker_algorithm Ramer–Douglas–Peucker algorithm] for way simplification, but makes sure that tagged nodes and nodes with more than one parent way are not deleted. 14 14 15 [[Image(Simplify_way.png)]] 15 [[Image(Simplify_way.png,link=)]] 16 16 17 17 18 18 == See also == 19 * [[Image(/pluginicon/SimplifyArea.jar/images/preferences/simplifyArea.png,2 0)]] SimplifyArea plugin - despite the name, also simplifies ways. Uses a different algorithm and has more parameters for tuning. In particular for nodes A, B, C the node B is not deleted unless19 * [[Image(/pluginicon/SimplifyArea.jar/images/preferences/simplifyArea.png,24,link=,middle)]] SimplifyArea plugin - despite the name, also simplifies ways. Uses a different algorithm and has more parameters for tuning. In particular for nodes A, B, C the node B is not deleted unless 20 20 * area of the triangle ABC is lower than 5 m^2 21 21 * distance of B to the line AC is lower than 3 m 22 22 * angle ABC doesn't deviate more than 10° from 180° 23 * [[JOSMImage(distribute,20)]] [wikitr:/Help/Action/DistributeNodes Distribute Nodes] 23 * [[JOSMImage(distribute)]] [wikitr:/Help/Action/DistributeNodes Distribute Nodes] 24 24 25 ---- 25 Back to [wikitr:/Help/Menu/Tools Menu Tools]\\ 26 Back to [wikitr:/Help/Menu/Tools Menu Tools] \\ 27 Back to [wikitr:/Help/Menu Main Menu] \\ 26 28 Back to [wikitr:/Help Main Help]