Kevin Edmundson wrote:


I have a layer that I want to color code the features for a specific field.

Is there a way in mapserver to have it automatically color all unique values, or do I specifically have to identify the unique value/color combinations myself in class items?

No automatic way to do that. In part is is a performance issue, because you would have to scan all the data to get the set of unique values and then render only the few items in the window for every request. The way this gets cached in mapserver is you have to extract the unique values and then create a CLASS EXPRESSION and assign a color it each item or group of items based on that.

-Stephen Woodbridge
 http://imaptools.com/

Kevin Edmundson

CIO

WTH Technology, Inc

567 W Westfield Blvd

Indianapolis , IN 46208

317.259.0105 office

317.259.1423 fax

317.501.8560 mobile

[EMAIL PROTECTED]

NOTICE: This message is from the technology firm WTH Technology, Inc. This message is intended only for the individual or entity to which it is directed. If you are not the addressee, or if this message has been addressed to you in error, you are not authorized to use, read, copy or distribute this message and any attachments, and we ask that you please immediately delete this message and attachments (including all copies), and notify the sender by return e-mail so that our records can be corrected. All personal messages express views only of the sender, which are not to be attributed to WTH Technology, Inc, and may not be distributed or copied without this statement.


------------------------------------------------------------------------

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

_______________________________________________
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to