Przeglądaj źródła

v.out.postgis: note requirements for topological export

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@54728 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 lat temu
rodzic
commit
582a304c3e
1 zmienionych plików z 8 dodań i 1 usunięć
  1. 8 1
      vector/v.out.postgis/v.out.postgis.html

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

@@ -10,7 +10,8 @@ features
 Feature Access</a> specification for details). Flag <b>-l</b> allows
 to export vector features as topological elements stored
 in <a href="http://postgis.refractions.net/docs/Topology.html">PostGIS
-Topology</a> schema.
+Topology</a> schema. Note that topological export requires PostGIS
+version 2 or later.
 
 <p>
 Additional creation options can be defined by <b>options</b> parameter:
@@ -217,6 +218,12 @@ page</a>.
   GeometryCollection</li>
 </ul>
 
+<h2>REQUIREMENTS</h2>
+
+<ul>
+  <li>PostGIS 2.x or later for topological export (flag <b>-l</b>)
+</ul>
+
 <h2>REFERENCES</h2>
 
 <ul>