Folks,<br><br>I&#39;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:<br>
<br>LAYER<br><br>&nbsp;&nbsp;&nbsp; NAME &quot;INLINE&quot;<br><br>&nbsp;&nbsp;&nbsp; TYPE POINT<br><br>&nbsp;&nbsp;&nbsp; PROCESSING &quot;ITEMS=item1,item2,item3&quot;<br><br>&nbsp;&nbsp;&nbsp; FEATURE<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POINTS -0.2 51.5 END<br><br>&nbsp;&nbsp;&nbsp; END<br><br>END<br><br><br>Though it haven&#39;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 &quot;PROCESSING ITEMS=&quot; is specified, like:<br>
<br>&nbsp;&nbsp;&nbsp; FEATURE<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POINTS -0.2 51.5 END<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TEXT &quot;value1;value2;value2&quot;<br><br>&nbsp;&nbsp;&nbsp; END<br><br>The corresponding ticket along with the patch can be found here:<br><br><a href="http://trac.osgeo.org/mapserver/ticket/2870">http://trac.osgeo.org/mapserver/ticket/2870</a><br>
<br>Let me know if we can proceed with this to add it for 5.4.<br><br>Best regards,<br><br>Tamas<br><br><blockquote><p></p></blockquote>