Hi Richard,

On Feb 20, 2012, at 9:21 PM, Richard Greenwood wrote:

> On Mon, Feb 20, 2012 at 8:05 PM, Mr. Puneet Kishor <[email protected]> 
> wrote:
> 
>> How can I color the polys in the layer with the hex_color values?
> 
> COLOR "#ff0000"



So, I can use the hex values directly. Cool. But, will the following be 
sufficient in the map file?

   LAYER
       NAME "foo"
       DATA "the_geom FROM (SELECT gid, hex_color, the_geom FROM t) tmp USING 
UNIQUE gid USING srid=4326"
       STATUS ON
           TYPE POLYGON
           CLASS
               STYLE
                   COLOR [hex_color]
               END
           END
        END
   END


--
Puneet Kishor_______________________________________________
mapserver-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Reply via email to