Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added the -c flag to v.out.ogr #10759

Closed
qgib opened this issue Apr 2, 2007 · 3 comments
Closed

added the -c flag to v.out.ogr #10759

qgib opened this issue Apr 2, 2007 · 3 comments

Comments

@qgib
Copy link
Contributor

qgib commented Apr 2, 2007

Author Name: rhys-stewart-gmail-com - (rhys-stewart-gmail-com -)
Original Redmine Issue: 700

Redmine category:grass
Assignee: nobody -


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:

<?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>

@qgib
Copy link
Contributor Author

qgib commented Apr 27, 2007

Author Name: Gary Sherman (@g-sherman)


Fixed in 0.8 release branch

@qgib
Copy link
Contributor Author

qgib commented Apr 27, 2007

Author Name: Gary Sherman (@g-sherman)


  • resolution was changed from to fixed
  • status_id was changed from Open to Closed

@qgib
Copy link
Contributor Author

qgib commented Aug 21, 2009

Author Name: Anónimo (Anónimo)


Milestone Version 0.8.1 deleted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant