source: osm/applications/editors/josm/plugins/simplifyarea/README@ 27905

Last change on this file since 27905 was 21873, checked in by mzdila, 14 years ago

updated README

File size: 1.2 KB
Line 
1README
2======
3
4This plugin is for simplyfying areas by performing following operations:
5- average nodes closer than simplify-area.distance parameter. Default is 0.2 (m).
6- remove every node for which is true:
7 - node lies on obtuse angle configured with parameter simplify-area.angle. Default 10.0 (degrees).
8 - node removal would cause area size change greater than specified by simplify-area.area parameter. Default is 5.0 (m^2).
9
10Operation works not only on the areas but also on the paths. Tagged nodes and nodes that are referenced are not removed. If the path is not closed, then first and last node is also not removed.
11Plugin can also remove node that is defined as the connecting node of the closed path. If such a node is removed then another node is used for this purpose.
12
13After selecting one or more areas and/or paths you can use shortcut Shift+A or select the action from the menu Tools -> Simplify Area.
14
15The original purpose of this tool is to simplify impored buildings from the Slovak Cadastre Portal "KaPor" where buildings contain many redundant nodes.
16Built-in Simplify Way operation has been shown as inappropriate for this.
17
18Enjoy!
19
20Author: Martin Zdila <m.zdila@gmail.com>
21
Note: See TracBrowser for help on using the repository browser.