mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-25 00:58:06 -05:00
Bugfix on r.colors.* modules
git-svn-id: http://svn.osgeo.org/qgis/trunk@10451 c8812cc2-4d05-0410-92ff-de0c093fc19c
This commit is contained in:
parent
25f2b423a9
commit
e074729c78
@ -2,6 +2,6 @@
|
||||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
|
||||
|
||||
<qgisgrassmodule label="Set raster color table from existing raster" module="r.colors">
|
||||
<option key="map" update="yes" />
|
||||
<option key="map" />
|
||||
<option key="raster" />
|
||||
</qgisgrassmodule>
|
||||
|
@ -2,6 +2,6 @@
|
||||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
|
||||
|
||||
<qgisgrassmodule label="Set raster color table from user-defined rules" module="r.colors">
|
||||
<option key="map" update="yes" />
|
||||
<option key="map" />
|
||||
<file key="rules" type="old" />
|
||||
</qgisgrassmodule>
|
||||
|
@ -2,6 +2,6 @@
|
||||
<!DOCTYPE qgisgrassmodule SYSTEM "http://mrcc.com/qgisgrassmodule.dtd">
|
||||
|
||||
<qgisgrassmodule label="Set raster color table from setted tables" module="r.colors">
|
||||
<option key="map" update="yes" />
|
||||
<option key="map" />
|
||||
<option key="color" />
|
||||
</qgisgrassmodule>
|
||||
|
Loading…
x
Reference in New Issue
Block a user