[GRASS-SVN] r68609 - grass-addons/grass7/raster/r.cpt2grass
svn_grass at osgeo.org
svn_grass at osgeo.org
Sat Jun 4 13:50:19 PDT 2016
Author: wenzeslaus
Date: 2016-06-04 13:50:19 -0700 (Sat, 04 Jun 2016)
New Revision: 68609
Modified:
grass-addons/grass7/raster/r.cpt2grass/r.cpt2grass.py
Log:
r.cpt2grass: allow relative color table also for rules output
Applicability of -s depends on translation to percent
not on map min and max in the way it is currently (and correctly)
implemented.
Modified: grass-addons/grass7/raster/r.cpt2grass/r.cpt2grass.py
===================================================================
--- grass-addons/grass7/raster/r.cpt2grass/r.cpt2grass.py 2016-06-04 20:46:53 UTC (rev 68608)
+++ grass-addons/grass7/raster/r.cpt2grass/r.cpt2grass.py 2016-06-04 20:50:19 UTC (rev 68609)
@@ -51,7 +51,6 @@
#%rules
#% required: input,url
#% exclusive: input,url
-#% requires: -s,map
#%end
import sys
More information about the grass-commit
mailing list