Skip to content
Permalink
Browse files
New GRASS command. Applied patch from #3104 by Markus Neteler, with m…
…odifications

git-svn-id: http://svn.osgeo.org/qgis/trunk@14363 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
pcav committed Oct 11, 2010
1 parent ec3ad6c commit f7bf1a5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 0 deletions.
@@ -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">
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@@ -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>

0 comments on commit f7bf1a5

Please sign in to comment.