[mapserver-commits] r10063 - trunk/msautotest/gdal
svn at osgeo.org
svn at osgeo.org
Tue Apr 6 22:18:47 EDT 2010
Author: warmerdam
Date: 2010-04-06 22:18:46 -0400 (Tue, 06 Apr 2010)
New Revision: 10063
Modified:
trunk/msautotest/gdal/class16_range.map
Log:
use a scaling range without end condition fragility (#3417)
Modified: trunk/msautotest/gdal/class16_range.map
===================================================================
--- trunk/msautotest/gdal/class16_range.map 2010-04-07 01:53:49 UTC (rev 10062)
+++ trunk/msautotest/gdal/class16_range.map 2010-04-07 02:18:46 UTC (rev 10063)
@@ -23,7 +23,7 @@
TYPE raster
STATUS default
DATA data/float.tif
- PROCESSING "SCALE=-10,28"
+ PROCESSING "SCALE=-10.001,28.001"
CLASS
STYLE
COLORRANGE 0 0 0 255 0 0
More information about the mapserver-commits
mailing list