[mapserver-users] Support for rendering INLINE layers with layer attributes (items)
Tamas Szekeres
szekerest at gmail.com
Fri Jan 30 16:05:27 PST 2009
Folks,
I've prepared a patch to implement a support for using the attributes of the
inline features when rendering the layer (eg. for supporting LABELITEM and
CLASSITEM or attribute bindings) The item names have to be specified by
using a PROCESSING parameter as follows:
LAYER
NAME "INLINE"
TYPE POINT
PROCESSING "ITEMS=item1,item2,item3"
FEATURE
POINTS -0.2 51.5 END
END
END
Though it haven't been addressed, we might also want to add new keywords to
set the values of the features explicitly or use the TEXT parameter to split
a comma separated list into the values in case if "PROCESSING ITEMS=" is
specified, like:
FEATURE
POINTS -0.2 51.5 END
TEXT "value1;value2;value2"
END
The corresponding ticket along with the patch can be found here:
http://trac.osgeo.org/mapserver/ticket/2870
Let me know if we can proceed with this to add it for 5.4.
Best regards,
Tamas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/mapserver-users/attachments/20090131/71b53bfd/attachment.htm>
More information about the MapServer-users
mailing list