New GRASS command. Applied patch from #3104 by Markus Neteler, with modifications

git-svn-id: http://svn.osgeo.org/qgis/trunk@14363 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
pcav 2010-10-11 06:38:37 +00:00
parent ec3ad6c287
commit f7bf1a5886
4 changed files with 13 additions and 0 deletions

View File

@ -5,6 +5,11 @@
<section label="GRASS MODULES">
<grass name="shell"/>
<section label="Create new location">
<grass name="g.proj.wkt"/>
</section>
<section label="File">
<section label="Import">
<section label="Import raster">

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
<qgisgrassmodule label="Create new location from .prj (WKT) file" module="g.proj">
<flag key="c" answer="on" hidden="yes" />
<file key="wkt"/>
<file key="location"/>
</qgisgrassmodule>