[mapserver-users] rendering false color rater data in mapserver
zhao peisheng
zhaops at hotmail.com
Mon Sep 29 14:01:34 PDT 2008
I am doing as following.
PROCESSING "SCALE=-1,599"
PROCESSING "SCALE_BUCKETS=60000"
CLASS
EXPRESSION ([pixel] <=-0.5)
STYLE
COLOR 0 0 0
END
END
CLASS
EXPRESSION ([pixel] >-0.5 AND [pixel] <= 0.005)
STYLE
COLOR 255 255 255
END
END
CLASS
EXPRESSION ([pixel] >0.005 AND [pixel] <= 50)
STYLE
COLOR 100 100 254
END
END
I
still find the rendering for value "0", value "0.176844" and value
"0.0352402" in same color. Can you help me to figure it out?
Thanks a lot.
Peisheng
_________________________________________________________________
See how Windows Mobile brings your life together—at home, work, or on the go.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093182mrt/direct/01/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20080929/24067333/attachment.htm>
More information about the MapServer-users
mailing list