Opened 17 years ago

Closed 17 years ago

Last modified 15 years ago

#700 closed enhancement (fixed)

added the -c flag to v.out.ogr

Reported by: rhys.stewart@… Owned by: nobody
Priority: minor: annoyance Milestone:
Component: GRASS Version: Trunk
Keywords: Cc:
Must Fix for Release: No Platform: Debian
Platform Version: Awaiting user input: no

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>

Change History (3)

comment:1 by gsherman, 17 years ago

Fixed in 0.8 release branch r6915

comment:2 by gsherman, 17 years ago

Resolution: fixed
Status: newclosed

comment:3 by (none), 15 years ago

Milestone: Version 0.8.1

Milestone Version 0.8.1 deleted

Note: See TracTickets for help on using tickets.