<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
I'm learning MapServer so my expectations for what it does may be
incorrect.<br>
<br>
I want to assign a color to some features from a database based on a
field.&nbsp;&nbsp; The full range of values is large, so I don't want to code a
CLASS for each value.&nbsp; Instead I'd like to use an expression for the
color.<br>
<br>
For example, if the attribute of a feature ranges from 0 to 1000, I'd
like to use it to drive a range of the color green:<br>
<br>
LAYER<br>
&nbsp; DATA "the_geom from myFeature"<br>
&nbsp; CLASSITEM "col1"<br>
&nbsp; TYPE LINE<br>
&nbsp;&nbsp; ...<br>
&nbsp; CLASS<br>
&nbsp;&nbsp;&nbsp;&nbsp; NAME "myFeature"<br>
&nbsp;&nbsp;&nbsp;&nbsp; STYLE<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 ([col1] / 1000 * 255) 0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; WIDTH 1<br>
&nbsp;&nbsp;&nbsp;&nbsp; END<br>
&nbsp; END<br>
END<br>
<br>
Thanks<br>
<br>
/tom<br>
<br>
<div class="moz-signature">-- <br>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<title>TomHurasSignature</title>
<font color="#000099"><b><big>Tom Huras, P.Eng.</big></b></font><br>
<font color="#000099"><font color="#666666">Partner</font><br>
<br>
<b>ExtenSys Inc.</b><br>
<font color="#666666">31 Plymbridge Cresc&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; </font></font><font color="#000099"><font
 color="#666666">(416) 481-1546</font></font><font color="#000099"><font
 color="#666666">, Mobile (416) 859-1313</font></font><br>
<font color="#000099"><font color="#666666">North York, Ontario M2P
1P4&nbsp;&nbsp;&nbsp; </font></font><font color="#000099"><font color="#666666">Fax
(416) 481-6714</font></font><font color="#000099"><font color="#666666">,
Home Fax (416) 516-7438</font></font><br>
<font color="#000099"><font color="#666666"><a
 class="moz-txt-link-abbreviated" href="http://www.extensys.com">www.extensys.com</a>
&nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</font></font><font color="#000099"><font color="#666666"><a
 class="moz-txt-link-abbreviated" href="mailto:tjh@extensys.com">tjh@extensys.com</a></font></font><font
 color="#000099"><font color="#666666"> </font></font>
</div>
</body>
</html>