Browse Source

colors: register NDWI

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@59279 15284696-431f-4ddb-bdfa-cd5b030d7da7
Markus Neteler 11 years ago
parent
commit
1e6f6dd7fb
2 changed files with 2 additions and 1 deletions
  1. 1 1
      gui/wxpython/core/utils.py
  2. 1 0
      lib/gis/colors.desc

+ 1 - 1
gui/wxpython/core/utils.py

@@ -1010,7 +1010,7 @@ command2ltype = {'d.rast'         : 'raster',
                  'd.histogram'    : 'histogram',
                  'd.colortable'   : 'colortable',
                  'd.graph'        : 'graph',
-                 'd.out.file'     : 'export'
+                 'd.text'         : 'text'
                  }
 ltype2command = {}
 for (cmd, ltype) in command2ltype.items():

+ 1 - 0
lib/gis/colors.desc

@@ -20,6 +20,7 @@ grey.log: histogram logarithmic transformed grey scale
 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)