Procházet zdrojové kódy

mention m.transform

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55264 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler před 12 roky
rodič
revize
952d454a31
1 změnil soubory, kde provedl 9 přidání a 3 odebrání
  1. 9 3
      vector/v.transform/v.transform.html

+ 9 - 3
vector/v.transform/v.transform.html

@@ -16,7 +16,10 @@ by <em><a href="v.rectify.html">v.rectify</a></em> and not supported by
 etc.) can be fetched from attribute table connected to the vector
 map. In this case vector objects can be transformed with different
 parameters based on their category number. If the parameter cannot be
-fetched from the table, default value is used instead.<p>
+fetched from the table, default value is used instead.
+<p>
+Note that the transformation matrix can be printed by
+<em><a href="m.transform.html">m.transform</a></em>.
 
 <h2>EXAMPLE</h2>
 
@@ -74,8 +77,11 @@ The resulting map is a 3D vector map.
 
 <h2>SEE ALSO</h2>
 
-<em><a href="v.rectify.html">v.rectify</a></em>, 
-<em><a href="v.in.ogr.html">v.in.ogr</a></em>
+<em>
+<a href="m.transform.html">m.transform</a>,
+<a href="v.rectify.html">v.rectify</a>, 
+<a href="v.in.ogr.html">v.in.ogr</a>
+</em>
 
 <h2>AUTHOR</h2>