[GRASS-SVN] r59279 - in grass/trunk: gui/wxpython/core lib/gis

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Mar 18 00:13:50 PDT 2014


Author: neteler
Date: 2014-03-18 00:13:50 -0700 (Tue, 18 Mar 2014)
New Revision: 59279

Modified:
   grass/trunk/gui/wxpython/core/utils.py
   grass/trunk/lib/gis/colors.desc
Log:
colors: register NDWI

Modified: grass/trunk/gui/wxpython/core/utils.py
===================================================================
--- grass/trunk/gui/wxpython/core/utils.py	2014-03-18 02:20:57 UTC (rev 59278)
+++ grass/trunk/gui/wxpython/core/utils.py	2014-03-18 07:13:50 UTC (rev 59279)
@@ -1010,7 +1010,7 @@
                  'd.histogram'    : 'histogram',
                  'd.colortable'   : 'colortable',
                  'd.graph'        : 'graph',
-                 'd.out.file'     : 'export'
+                 'd.text'         : 'text'
                  }
 ltype2command = {}
 for (cmd, ltype) in command2ltype.items():

Modified: grass/trunk/lib/gis/colors.desc
===================================================================
--- grass/trunk/lib/gis/colors.desc	2014-03-18 02:20:57 UTC (rev 59278)
+++ grass/trunk/lib/gis/colors.desc	2014-03-18 07:13:50 UTC (rev 59279)
@@ -20,6 +20,7 @@
 gyr: green through yellow to red
 haxby: relative colors for bathymetry or topography
 ndvi: Normalized Difference Vegetation Index colors
+ndwi: Normalized Difference Water Index colors
 population: color table covering human population classification breaks
 population_dens: color table covering human population density classification breaks
 precipitation: precipitation color table (0..2000mm)



More information about the grass-commit mailing list