Feature request #700

added the -c flag to v.out.ogr

Added by rhys-stewart-gmail-com - about 17 years ago. Updated over 14 years ago.

Status:Closed
Priority:Low
Assignee:nobody -
Category:GRASS
Pull Request or Patch supplied: Resolution:fixed
Easy fix?:No Copied to github as #:10759

Description

v.out.ogr doesn't have the -c flag shown. This flag allows the export of features with category only. added the following line to v.out.ogr.shape.qgm:

<flag key="c" answer="on" hidden="no" />

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">

<qgisgrassmodule label="v.out.ogr - Export vector layer to Shapefile" module="v.out.ogr">
    <option key="input" layeroption="layer" typeoption="type" />
    <option key="format" answer="ESRI_Shapefile" hidden="yes" />
    <flag key="c" answer="on" hidden="no" />
    <file key="dsn" type="new" fileoption="olayer" label="Output Shapefile" filters="Shapefile (*.shp)" />

</qgisgrassmodule>

History

#1 Updated by Gary Sherman almost 17 years ago

Fixed in 0.8 release branch

#2 Updated by Gary Sherman almost 17 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

#3 Updated by Anonymous over 14 years ago

Milestone Version 0.8.1 deleted

Also available in: Atom PDF