Applied patch from Fernando to provide grass export to dxf option

git-svn-id: http://svn.osgeo.org/qgis/trunk@7871 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
timlinux 2008-01-08 17:20:25 +00:00
parent f17294a1ec
commit 5bd1f1e2ca
3 changed files with 15 additions and 0 deletions

View File

@ -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">

View File

@ -0,0 +1,8 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20001102//EN" "http://www.w3.org/TR/2000/CR-SVG-20001102/DTD/svg-20001102.dtd">
<svg xmlns="http://www.w3.org/2000/svg" width="500" x="0" y="0" height="500" id="/hardmnt/janacek0/ssi/blazek/inst/qgis/cvs/plugins/grass/modules/r.to.vect.line.2" >
<rect width="500" x="0" y="0" height="500" style="stroke:rgb(0,0,0);stroke-width:0;fill:rgb(255,255,255);" />
<g style="stroke:rgb(0,0,0);stroke-width:0.9;fill:none;" >
<line transform="translate(0.331263 0.331263)" style="stroke:rgb(0,0,0);stroke-width:15;fill:rgb(220,220,220);" y1="401" y2="96" x1="94" x2="399" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 657 B

View File

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