Yes, the first one would be easier to implement by eliminating to realloc the items array at each subsequent items.<br>I originally didn&#39;t want to add that TEXT hack since the mapscript users are already able to set the items of the features programmatically.<br>
<br>Tamas<br><br><br><br><div class="gmail_quote">2009/2/4 Daniel Morissette <span dir="ltr">&lt;<a href="mailto:dmorissette@mapgears.com">dmorissette@mapgears.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">Tamas Szekeres wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Steve,<br>
<br>
<br>
I would support to have <a href="http://trac.osgeo.org/mapserver/ticket/2870" target="_blank">http://trac.osgeo.org/mapserver/ticket/2870</a> implemented (or something like this) in this release.<br>
It&#39;s a small change though, it would establish an option is to have a certain set of the items retrieved and bypass msLayerWhichItems in some cases. This would also be essential if we think about caching the features for later use in the future additions.<br>

<br>
</blockquote>
<br></div>
In this ticket, instead of hijacking the TEXT member of the inline features for the attributes, would it not be better to add a new/explicit ITEMS parameter for that?<br>
<br>
Either<br>
<br>
 &nbsp; &nbsp;FEATURE<br>
 &nbsp; &nbsp; &nbsp; &nbsp;POINTS -0.2 51.5 END<br>
 &nbsp; &nbsp; &nbsp; &nbsp;ITEMS &quot;value1;value2;value2&quot;<br>
 &nbsp; &nbsp;END<br>
<br>
or<br>
<br>
 &nbsp; &nbsp;FEATURE<br>
 &nbsp; &nbsp; &nbsp; &nbsp;POINTS -0.2 51.5 END<br>
 &nbsp; &nbsp; &nbsp; &nbsp;ITEMS<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;value1&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;value2&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;value3&quot;<br>
 &nbsp; &nbsp; &nbsp; &nbsp;END<br>
 &nbsp; &nbsp;END<div class="Ih2E3d"><br>
<br>
<br>
-- <br>
Daniel Morissette<br>
<a href="http://www.mapgears.com/" target="_blank">http://www.mapgears.com/</a><br>
_______________________________________________<br></div><div><div></div><div class="Wj3C7c">
mapserver-dev mailing list<br>
<a href="mailto:mapserver-dev@lists.osgeo.org" target="_blank">mapserver-dev@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-dev" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-dev</a><br>
</div></div></blockquote></div><br>