Skip to content

Commit f7bf1a5

Browse files
author
pcav
committed
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
1 parent ec3ad6c commit f7bf1a5

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

src/plugins/grass/modules-6.4/default.qgc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
<section label="GRASS MODULES">
77
<grass name="shell"/>
8+
9+
<section label="Create new location">
10+
<grass name="g.proj.wkt"/>
11+
</section>
12+
813
<section label="File">
914
<section label="Import">
1015
<section label="Import raster">
3.17 KB
Loading
2.86 KB
Loading
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
3+
4+
<qgisgrassmodule label="Create new location from .prj (WKT) file" module="g.proj">
5+
<flag key="c" answer="on" hidden="yes" />
6+
<file key="wkt"/>
7+
<file key="location"/>
8+
</qgisgrassmodule>

0 commit comments

Comments
 (0)