Explorar o código

v.generalize manual: screenshots added

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@71058 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler %!s(int64=8) %!d(string=hai) anos
pai
achega
d1869746dc

+ 17 - 0
vector/v.generalize/v.generalize.html

@@ -288,6 +288,15 @@ v.generalize input=boundary_county output=boundary_county_dp20 \
   method=douglas threshold=20 error=boundary_county_dp20_leftover
 </pre></div>
 
+<div align="center" style="margin: 10px">
+<a href="v_generalize_simplify.png">
+<img src="v_generalize_simplify.png" width="600" height="465" alt="v.generalize simplification example" border="0">
+</a><br>
+<i>Figure: Vector simplification example (spatial subset:
+   original map shown in black, simplified map with 26% remaining vertices shown in red)</i>
+</div>
+
+
 <h3>SMOOTHING EXAMPLE</h3>
 
 Smoothing of road network with Chaiken method (North Carolina sample dataset),
@@ -298,6 +307,14 @@ v.generalize input=roads output=roads_chaiken method=chaiken \
   threshold=1 error=roads_chaiken_leftover
 </pre></div>
 
+<div align="center" style="margin: 10px">
+<a href="v_generalize_smooth.png">
+<img src="v_generalize_smooth.png" width="600" height="276" alt="v.generalize smoothing example" border="0">
+</a><br>
+<i>Figure: Vector smoothing example (spatial subset:
+   original map shown in black, smoothed map with 500% increased number of vertices shown in red)</i>
+</div>
+
 <!-- TODO: 
 <h3>Displacement</h3>
 

BIN=BIN
vector/v.generalize/v_generalize_simplify.png


BIN=BIN
vector/v.generalize/v_generalize_smooth.png