[GRASS-SVN] r65197 - grass/branches/releasebranch_7_0/lib/rst/interp_float
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri May 8 14:15:20 PDT 2015
Author: annakrat
Date: 2015-05-08 14:15:20 -0700 (Fri, 08 May 2015)
New Revision: 65197
Modified:
grass/branches/releasebranch_7_0/lib/rst/interp_float/output2d.c
Log:
v.surf.rst: sync elevation color table with the new elevation table (merge from trunk, r64956)
Modified: grass/branches/releasebranch_7_0/lib/rst/interp_float/output2d.c
===================================================================
--- grass/branches/releasebranch_7_0/lib/rst/interp_float/output2d.c 2015-05-08 09:44:57 UTC (rev 65196)
+++ grass/branches/releasebranch_7_0/lib/rst/interp_float/output2d.c 2015-05-08 21:15:20 UTC (rev 65197)
@@ -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