<div dir="ltr">On Sat, Oct 17, 2015 at 11:17 AM, Etienne DELAY <<a href="mailto:etienne.delay@etu.unilim.fr">etienne.delay@etu.unilim.fr</a>> wrote:<br>> Re,<br>> I have read carefully the v.out.ogr as will said for tring to export the<br>> network layer but I've got an error :<br>><br>> v.out.ogr --overwrite input=network@PERMANENT type=point dsn=~/ layer=2<br>> format=ESRI_Shapefile<br>><br>> WARNING: 111738 line(s) found, but not requested to be exported. Verify<br>>          'type' parameter.<br>...<br><br>(I guess that you need to set "type=line" and not "type=point")<br><br>... this is why you may consider to upgrade to the current 7.0.x stable version. Note the differences:<br><br><font face="monospace, monospace"><a href="https://grass.osgeo.org/grass64/manuals/v.out.ogr.html">https://grass.osgeo.org/grass64/manuals/v.out.ogr.html<br></a>type=string[,string,...] Feature type(s).<br>  Combinations not supported by all output formats. Default: first type found in input.<br>  Options: point,line,boundary,centroid,area,face,kernel,auto<br>  Default: line,boundary</font><br><br><font face="monospace, monospace"><a href="https://grass.osgeo.org/grass70/manuals/v.out.ogr.html">https://grass.osgeo.org/grass70/manuals/v.out.ogr.html<br></a>type=string[,string,...] Feature type(s)<br>  Combination of types is not supported by all output formats.<br>  Default is to use first type found in input vector map.<br>  Options: point, line, boundary, centroid, area, face, kernel, auto<br>  Default: auto  <<==</font><br><br>Less to think about, much faster vector data processing, improved network analysis along with new graphical frontend:<br><a href="https://grasswiki.osgeo.org/wiki/Vector_network_analysis#Screenshots">https://grasswiki.osgeo.org/wiki/Vector_network_analysis#Screenshots<br></a><br>Best<br>Markus</div>