Jelajahi Sumber

v.out.postgis: update todo section in the manual

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@56376 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 tahun lalu
induk
melakukan
9a08f62f24
1 mengubah file dengan 4 tambahan dan 1 penghapusan
  1. 4 1
      vector/v.out.postgis/v.out.postgis.html

+ 4 - 1
vector/v.out.postgis/v.out.postgis.html

@@ -1,7 +1,7 @@
 <h2>DESCRIPTION</h2>
 
 <em>v.out.postgis</em> exports an existing GRASS vector map layer to
-PostGIS feature table.
+PostGIS feature table. Features without category are skipped.
 
 <p>
 By default GRASS topological features are converted into simple
@@ -220,6 +220,9 @@ page</a>.
   <li>Multi-feature export</li>
   <li>Allow mixed features (points, lines) - use
   GeometryCollection</li>
+  <li>Implement missing options
+  from <em><a href="v.out.ogr.html">v.out.ogr</a></em>: <b>-a</b>, <b>-s</b>, <b>-c</b>, <b>-2</b>, <b>-p</b>, <b>-n</b>, <b>type</b></li>
+  <li>Add options: <b>cats</b>, <b>where</b>
 </ul>
 
 <h2>REQUIREMENTS</h2>