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

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 9 04:28:48 EDT 2009


Author: hamish
Date: 2009-04-09 04:28:48 -0400 (Thu, 09 Apr 2009)
New Revision: 36648

Modified:
   grass/branches/develbranch_6/vector/v.out.ogr/description.html
Log:
-c flag into shp eg, linebreaks

Modified: grass/branches/develbranch_6/vector/v.out.ogr/description.html
===================================================================
--- grass/branches/develbranch_6/vector/v.out.ogr/description.html	2009-04-09 03:50:43 UTC (rev 36647)
+++ grass/branches/develbranch_6/vector/v.out.ogr/description.html	2009-04-09 08:28:48 UTC (rev 36648)
@@ -31,24 +31,28 @@
 
 <h3>Export to Shapefile</h3>
 
-Export lines from GRASS vector map to Shapefile format (generates /tmp/testogr.shp and related files):
+Export lines from GRASS vector map to Shapefile format
+ (generates /tmp/testogr.shp and related files):
 <div class="code"><pre>
 v.out.ogr input=multi type=line dsn=/tmp olayer=testogr 
 </pre></div>
 
-Export areas from GRASS vector map to Shapefile format (generates /tmp/testogr.shp and related files):
+Export areas from GRASS vector map to Shapefile format, preserving islands
+ (generates /tmp/testogr.shp and related files):
 <div class="code"><pre>
-v.out.ogr input=multi type=area dsn=/tmp olayer=testogr 
+v.out.ogr -c input=multi type=area dsn=/tmp olayer=testogr 
 </pre></div>
 
-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
+ (use <tt>SHPT=POLYGONZ</tt> for 3D faces):
 <div class="code"><pre>
 v.out.ogr input=lines_3d type=line dsn=/tmp olayer=testogr lco="SHPT=ARCZ"
 </pre></div>
 
 <h3>Export to GML</h3>
 
-Export lines from GRASS vector map to GML format (generates /tmp/testogr.gml file with layer 'testogr'):
+Export lines from GRASS vector map to GML format
+ (generates /tmp/testogr.gml file with layer 'testogr'):
 <div class="code"><pre>
 v.out.ogr input=multi type=line dsn=/tmp/testogr.gml olayer=testogr format=GML 
 </pre></div>
@@ -73,7 +77,8 @@
 
 <p>
 <b>Example 2 (Latitude-Longitude location):</b><br>
-Generate and export GRASS vector "asteroid" map (faces, 3D vectors) to KML format for Google Earth:
+Generate and export GRASS vector "asteroid" map (faces, 3D vectors) to
+ KML format for Google Earth:
 <div class="code"><pre>
 # near Raleigh (NC, USA)
 g.region n=35.73952587 s=35.73279182 w=-78.68263928 e=-78.67499517
@@ -116,4 +121,6 @@
 
 Radim Blazek, ITC-Irst, Trento, Italy<br>
 Some contributions: Markus Neteler, Martin Landa
-<p><i>Last changed: $Date$</i></p>
+<p>
+<i>Last changed: $Date$</i>
+</p>



More information about the grass-commit mailing list