[GRASS-SVN] r41703 - grass/branches/develbranch_6/vector/v.out.ogr

svn_grass at osgeo.org svn_grass at osgeo.org
Sun Apr 4 07:21:17 EDT 2010


Author: neteler
Date: 2010-04-04 07:21:16 -0400 (Sun, 04 Apr 2010)
New Revision: 41703

Modified:
   grass/branches/develbranch_6/vector/v.out.ogr/description.html
Log:
+3D faces export

Modified: grass/branches/develbranch_6/vector/v.out.ogr/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.out.ogr/description.html	2010-04-04 11:20:10 UTC (rev 41702)
+++ grass/branches/develbranch_6/vector/v.out.ogr/description.html	2010-04-04 11:21:16 UTC (rev 41703)
@@ -31,9 +31,9 @@
 
 <h3>Export to Shapefile</h3>
 
-Export lines from GRASS vector map to Shapefile format
+Export lines from GRASS vector map to Shapefile format:
 <div class="code"><pre>
-v.out.ogr input=lines type=line dsn=lines.shp 
+v.out.ogr input=lines type=line dsn=lines.shp
 </pre></div>
 <p>
 Export areas from GRASS vector map to Shapefile format, preserving islands:
@@ -41,8 +41,7 @@
 v.out.ogr -c input=areas_islands type=area dsn=areas_islands.shp
 </pre></div>
 <p>
-Export 3D lines from GRASS vector map to Shapefile format
- (use <tt>SHPT=POLYGONZ</tt> for 3D faces):
+Export 3D lines from GRASS vector map to Shapefile format:
 <div class="code"><pre>
 v.out.ogr input=lines_3d type=line dsn=lines_3d.shp lco="SHPT=ARCZ"
 </pre></div>
@@ -51,6 +50,11 @@
 <div class="code"><pre>
 v.out.ogr points_3d type=point dsn=points_3d.shp lco="SHPT=POINTZ"
 </pre></div>
+<p>
+Export 3D faces from GRASS vector map to Shapefile format:
+<div class="code"><pre>
+v.out.ogr input=objects_3d type=face dsn=faces_3d.shp lco="SHPT=POLYGONZ"
+</pre></div>
 
 <h3>Export to GML</h3>
 



More information about the grass-commit mailing list