|
4 | 4 | <qgisgrassmodule label="Simplify vector" module="v.generalize">
|
5 | 5 | <option key="input" typeoption="type" layeroption="layer" />
|
6 | 6 | <flag key="c" answer="on" hidden="yes" />
|
7 |
| - <option key="type" /> |
| 7 | + <option key="type" label="Feature type (for polygons, choose Boundary)"/> |
8 | 8 | <option key="method" />
|
9 |
| - <option key="threshold" answer="1.0" /> |
10 |
| - <option key="look_ahead" answer="7" /> |
11 |
| - <option key="reduction" answer="50" /> |
12 |
| - <option key="slide" answer="0.5" /> |
13 |
| - <option key="angle_thresh" answer="3" /> |
14 |
| - <option key="degree_thresh" answer="0" /> |
15 |
| - <option key="closeness_thresh" answer="0" /> |
16 |
| - <option key="betweeness_thresh" answer="0" /> |
17 |
| - <option key="alpha" answer="1.0" /> |
18 |
| - <option key="beta" answer="1.0" /> |
19 |
| - <option key="iterations" answer="1" /> |
20 |
| - <option key="layer" answer="1" /> |
| 9 | + <option key="threshold" answer="1.0" label="Maximal tolerance value (higher value=more simplification)" /> |
| 10 | + <option key="look_ahead" answer="7" advanced="yes" /> |
| 11 | + <option key="reduction" answer="50" advanced="yes" /> |
| 12 | + <option key="slide" answer="0.5" advanced="yes" /> |
| 13 | + <option key="angle_thresh" answer="3" advanced="yes" /> |
| 14 | + <option key="degree_thresh" answer="0" advanced="yes" /> |
| 15 | + <option key="closeness_thresh" answer="0" advanced="yes" /> |
| 16 | + <option key="betweeness_thresh" answer="0" advanced="yes" /> |
| 17 | + <option key="alpha" answer="1.0" advanced="yes" /> |
| 18 | + <option key="beta" answer="1.0" advanced="yes" /> |
| 19 | + <option key="iterations" answer="1" advanced="yes"/> |
| 20 | + <option key="layer" answer="1" advanced="yes"/> |
21 | 21 | <flag key="r" />
|
22 | 22 | <option key="output" />
|
23 | 23 | </qgisgrassmodule>
|
0 commit comments