Explorar o código

v.overlay: remove duplicated notes about olayer option from the manual, figure caption cosmetics (merge https://trac.osgeo.org/grass/changeset/69260 from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@69262 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa %!s(int64=8) %!d(string=hai) anos
pai
achega
5953fc7386
Modificáronse 1 ficheiros con 17 adicións e 26 borrados
  1. 17 26
      vector/v.overlay/v.overlay.html

+ 17 - 26
vector/v.overlay/v.overlay.html

@@ -30,19 +30,6 @@ There are 3 links attached to features in output map,
 <li><b>field 3</b>: category of <i>bfield</i> from <i>binput</i>
 <li><b>field 3</b>: category of <i>bfield</i> from <i>binput</i>
 </ul>
 </ul>
 -->
 -->
-<p>
-If the <i>first</i> number of the <b>olayer</b> option is greater than 0, then the 
-resulting output map has a merged attribute table in the given layer 
-number. The original column names have a prefix (<em>a_</em> and 
-<em>b_</em>) corresponding to <b>ainput</b> and <b>binput</b> map.
-<p>
-If the <i>second</i> number of the <b>olayer</b> option is greater than 0, then the 
-categories of <b>ainput</b> in layer <b>alayer</b> are transferred to
-the output layer with the second number.
-<p>
-If the <i>third</i> number of the <b>olayer</b> option is greater than 0, then the 
-categories of <b>binput</b> in layer <em>blayer</em> are transferred to
-the output layer with the third number.
 
 
 <h2>NOTES</h2>
 <h2>NOTES</h2>
 Currently only areas in <b>ainput</b> are supported for the operators 
 Currently only areas in <b>ainput</b> are supported for the operators 
@@ -51,16 +38,20 @@ Currently only areas in <b>ainput</b> are supported for the operators
 The operator defines what kind of operation will be done. Features are 
 The operator defines what kind of operation will be done. Features are 
 written to output, if the result of an operation <b>ainput</b> operator <b>binput</b> 
 written to output, if the result of an operation <b>ainput</b> operator <b>binput</b> 
 is true.
 is true.
+
 <p>
 <p>
-If the <i>first</i> number of the <b>olayer</b> option is greater than 0, then attributes 
-of the tables from <b>ainput</b> and <b>binput</b> are joined into a new table linked 
-to the output map with a new cat column. 
+If the <i>first</i> number of the <b>olayer</b> option is greater than 0, then the 
+resulting output map has a merged attribute table in the given layer 
+number. The original column names have a prefix (<em>a_</em> and 
+<em>b_</em>) corresponding to <b>ainput</b> and <b>binput</b> map.
 <p>
 <p>
 If the <i>second</i> number of the <b>olayer</b> option is greater than 0, then the 
 If the <i>second</i> number of the <b>olayer</b> option is greater than 0, then the 
-attribute table of <b>ainput</b> is copied to the output map. 
+categories of <b>ainput</b> in layer <b>alayer</b> are transferred to
+the output layer with the second number.
 <p>
 <p>
 If the <i>third</i> number of the <b>olayer</b> option is greater than 0, then the 
 If the <i>third</i> number of the <b>olayer</b> option is greater than 0, then the 
-attribute table of <b>binput</b> is copied to the output map. 
+categories of <b>binput</b> in layer <em>blayer</em> are transferred to
+the output layer with the third number.
 
 
 <p>
 <p>
 If <b>atype</b>=auto is given than <em>v.overlay</em> determines
 If <b>atype</b>=auto is given than <em>v.overlay</em> determines
@@ -107,7 +98,7 @@ d.vect map=v_overlay_AND
 
 
 <center>
 <center>
 <img src="v_overlay_op_and.png" alt="v.overlay with AND operator"><br>
 <img src="v_overlay_op_and.png" alt="v.overlay with AND operator"><br>
-v.overlay with AND operator (selected polygons in grey color)
+<i>Figure: v.overlay with AND operator (selected polygons in grey color)</i>
 </center>
 </center>
 
 
 
 
@@ -124,7 +115,7 @@ d.vect map=v_overlay_OR
 
 
 <center>
 <center>
 <img src="v_overlay_op_or.png" alt="v.overlay with OR operator"><br>
 <img src="v_overlay_op_or.png" alt="v.overlay with OR operator"><br>
-v.overlay with OR operator (selected polygons in grey color)
+<i>Figure: v.overlay with OR operator (selected polygons in grey color)</i>
 </center>
 </center>
 
 
 
 
@@ -141,7 +132,7 @@ d.vect map=v_overlay_XOR
 
 
 <center>
 <center>
 <img src="v_overlay_op_xor.png" alt="v.overlay with XOR operator"><br>
 <img src="v_overlay_op_xor.png" alt="v.overlay with XOR operator"><br>
-v.overlay with XOR operator (selected polygons in grey color)
+<i>Figure: v.overlay with XOR operator (selected polygons in grey color)</i>
 </center>
 </center>
 
 
 
 
@@ -158,7 +149,7 @@ d.vect map=v_overlay_NOT
 
 
 <center>
 <center>
 <img src="v_overlay_op_not.png" alt="v.overlay with NOT operator"><br>
 <img src="v_overlay_op_not.png" alt="v.overlay with NOT operator"><br>
-v.overlay with NOT operator (selected polygon in grey color)
+<i>Figure: v.overlay with NOT operator (selected polygon in grey color)</i>
 </center>
 </center>
 
 
 
 
@@ -180,13 +171,13 @@ v.overlay ainput=poly1 binput=poly2 operator=xor output=poly_1_2_xor
 <center>
 <center>
 <img src="v_overlay_poly_1_2.png" alt="GRASS v.overlay: input polygons (1 and 2)" border=0>
 <img src="v_overlay_poly_1_2.png" alt="GRASS v.overlay: input polygons (1 and 2)" border=0>
 <br>
 <br>
-<i>v.overlay operations: original input polygons</i>
+<i>Figure: v.overlay operations: original input polygons</i>
 </center>
 </center>
 <p>
 <p>
 <center>
 <center>
 <img src="v_overlay_poly_1_2_a_o_n_x.png" alt="GRASS v.overlay results: AND, OR, NOT, XOR operations" border=0>
 <img src="v_overlay_poly_1_2_a_o_n_x.png" alt="GRASS v.overlay results: AND, OR, NOT, XOR operations" border=0>
 <br>
 <br>
-<i>v.overlay results of AND, OR, NOT, XOR operations</i>
+<i>Figure: v.overlay results of AND, OR, NOT, XOR operations</i>
 </center>
 </center>
 
 
 
 
@@ -238,7 +229,7 @@ b_UA_TYPE|UA
 <img src="v_overlay_census_wake2000.png" alt="GRASS v.overlay: polygon to polygon union (input 2)" border=1>
 <img src="v_overlay_census_wake2000.png" alt="GRASS v.overlay: polygon to polygon union (input 2)" border=1>
 <img src="v_overlay_urban_census2000.png" alt="GRASS v.overlay: polygon to polygon union (result)" border=1>
 <img src="v_overlay_urban_census2000.png" alt="GRASS v.overlay: polygon to polygon union (result)" border=1>
 <br>
 <br>
-<i>v.overlay: Polygon union (right) of urban area (left) and Census 2000 (middle) areas (North Carolina dataset)</i>
+<i>Figure: v.overlay: Polygon union (right) of urban area (left) and Census 2000 (middle) areas (North Carolina dataset)</i>
 </center>
 </center>
 
 
 <p>
 <p>
@@ -264,7 +255,7 @@ v.overlay ainput=roadsmajor atype=line binput=raleigh out=roadsmajor_raleigh ope
 <img src="v_overlay_area_lines.png" alt="GRASS v.overlay: Line to polygon clipping"><br>
 <img src="v_overlay_area_lines.png" alt="GRASS v.overlay: Line to polygon clipping"><br>
 <table border=0 width=590>
 <table border=0 width=590>
 <tr><td><center>
 <tr><td><center>
-<i>v.overlay: Line to polygon clipping</i>
+<i>Figure: v.overlay: Line to polygon clipping</i>
 </center></td></tr>
 </center></td></tr>
 </table>
 </table>
 </center>
 </center>