[mapserver-users] Re: from kml styles to mapserver layer classification
Smith, Michael ERDC-CRREL-NH
Michael.Smith at usace.army.mil
Mon Feb 20 19:27:52 PST 2012
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" <punk.kish at gmail.com> 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
>><punk.kish at gmail.com> 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
>mapserver-users at lists.osgeo.org
>http://lists.osgeo.org/mailman/listinfo/mapserver-users
More information about the MapServer-users
mailing list