[GRASS-SVN] r56902 - grass/trunk/lib/gis/colors
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jun 24 02:34:39 PDT 2013
Author: mmetz
Date: 2013-06-24 02:34:39 -0700 (Mon, 24 Jun 2013)
New Revision: 56902
Modified:
grass/trunk/lib/gis/colors/population
Log:
avoid integer overflow for color rule population
Modified: grass/trunk/lib/gis/colors/population
===================================================================
--- grass/trunk/lib/gis/colors/population 2013-06-24 09:08:28 UTC (rev 56901)
+++ grass/trunk/lib/gis/colors/population 2013-06-24 09:34:39 UTC (rev 56902)
@@ -8,4 +8,4 @@
250000 139 64 16
999000 139 64 16
1000000 90 4 0
-1000000000000 90 4 0
+2000000000 90 4 0
More information about the grass-commit
mailing list