[GRASS-SVN] r64956 - grass/trunk/lib/rst/interp_float
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Mar 30 19:55:11 PDT 2015
Author: annakrat
Date: 2015-03-30 19:55:11 -0700 (Mon, 30 Mar 2015)
New Revision: 64956
Modified:
grass/trunk/lib/rst/interp_float/output2d.c
Log:
v.surf.rst: sync elevation color table with the new elevation table
Modified: grass/trunk/lib/rst/interp_float/output2d.c
===================================================================
--- grass/trunk/lib/rst/interp_float/output2d.c 2015-03-31 02:51:31 UTC (rev 64955)
+++ grass/trunk/lib/rst/interp_float/output2d.c 2015-03-31 02:55:11 UTC (rev 64956)
@@ -225,7 +225,7 @@
break;
case 5:
Rast_add_f_color_rule(&data1, 191, 127, 63,
- &data2, 20, 20, 20, &colors);
+ &data2, 200, 200, 200, &colors);
break;
}
}
More information about the grass-commit
mailing list