Puneet,

A very recent version of gdal, last couple of weeks, can convert KML
styles into OGR style strings. MapServer can use those OGR Style strings
with the AUTO style option.

Mike

-- 
Michael Smith

US Army Corps
Remote Sensing GIS/Center



On 2/20/12 10:23 PM, "Mr. Puneet Kishor" <[email protected]> wrote:

>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

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

Reply via email to