Skip to content

Commit

Permalink
Applied patch from Fernando to provide grass export to dxf option
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@7871 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 8, 2008
1 parent 536512e commit 044bc42
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/grass/config/default.qgc
Expand Up @@ -50,6 +50,7 @@
<grass name="v.out.ogr.gml"/>
<grass name="v.out.ogr.mapinfo"/>
<grass name="v.out.ascii"/>
<grass name="v.out.dxf"/>
</section>
</section>
<section label="Map type conversion">
Expand Down
8 changes: 8 additions & 0 deletions src/plugins/grass/modules/v.out.dxf.2.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/plugins/grass/modules/v.out.dxf.qgm
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
<qgisgrassmodule label="v.out.dxf - Converts a GRASS vector map to DXF. " module="v.out.dxf">
<option key="input" />
<file key="output" type="new" filters="DXF (*.dxf)"/>
</qgisgrassmodule>

0 comments on commit 044bc42

Please sign in to comment.