Updated RasterColorizer (markdown)

Andrey-VI 2013-07-20 08:08:42 -07:00
parent 1140a7b854
commit b9cc5a250a

@ -12,7 +12,7 @@ The Raster Colorizer allows the palette of rasters to be modified, for example,
To use the colorizer, create a style with a raster symbolizer and add a raster colorizer to it.
The DataSource making use of the syle must be a single band raster opened with the gdal input plugin. It will not work with other input plugins; and it will not work if more than one band is loaded.
The DataSource making use of the style must be a single band raster opened with the GDAL input plugin. It will not work with other input plugins; and it will not work if more than one band is loaded.
The colorizer works in the following way:
@ -40,7 +40,9 @@ Inherit is only valid for stops, and not the default colorizer mode. It means th
# XML
## RasterColorizer element
Required attributes: none
Optional attributes:
* _default-mode_ This can be either "discrete", "linear" or "exact". If it is not specified then the default is "linear".