mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
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:
parent
f17294a1ec
commit
5bd1f1e2ca
@ -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">
|
||||
|
8
src/plugins/grass/modules/v.out.dxf.2.svg
Normal file
8
src/plugins/grass/modules/v.out.dxf.2.svg
Normal 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 |
6
src/plugins/grass/modules/v.out.dxf.qgm
Normal file
6
src/plugins/grass/modules/v.out.dxf.qgm
Normal 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>
|
Loading…
x
Reference in New Issue
Block a user