[GRASS-SVN] r45037 - grass/branches/develbranch_6/vector/v.out.ogr
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jan 14 16:14:29 EST 2011
Author: benducke
Date: 2011-01-14 13:14:29 -0800 (Fri, 14 Jan 2011)
New Revision: 45037
Modified:
grass/branches/develbranch_6/vector/v.out.ogr/description.html
Log:
Slight documentation update for the new "-z" flag.
Modified: grass/branches/develbranch_6/vector/v.out.ogr/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.out.ogr/description.html 2011-01-14 21:04:44 UTC (rev 45036)
+++ grass/branches/develbranch_6/vector/v.out.ogr/description.html 2011-01-14 21:14:29 UTC (rev 45037)
@@ -25,8 +25,10 @@
To export areas with holes into, e.g., a Shapefile, while keeping the
holes as holes, the flag <em>-c</em> has to be used.
+<p>
+The "-z" flag can be used to automatically export a 3D map to a 3D Shapefile, instead
+of setting the correct <em>lco=</em> option manually.
-
<h2>EXAMPLES</h2>
<h3>Export to Shapefile</h3>
@@ -55,6 +57,10 @@
<div class="code"><pre>
v.out.ogr input=objects_3d type=face dsn=faces_3d.shp lco="SHPT=POLYGONZ"
</pre></div>
+Export 3D faces from GRASS vector map to Shapefile format, automatic 3D setting:
+<div class="code"><pre>
+v.out.ogr input=objects_3d type=face dsn=faces_3d.shp -z"
+</pre></div>
<h3>Export to GML</h3>
More information about the grass-commit
mailing list