here the task about adding support ordering<br><a href="http://trac.osgeo.org/mapguide/ticket/618">http://trac.osgeo.org/mapguide/ticket/618</a><br><br>can you create a MGP ?<br><br><div class="gmail_quote">On Wed, Oct 29, 2008 at 10:22 AM, ralph2008 <span dir="ltr">&lt;<a href="mailto:rmoreno@voxiva.net">rmoreno@voxiva.net</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
Hi Moog,<br>
I have tried your code and it fixes partially the error.<br>
The code avoids that the error to be raised, however the theming is not done<br>
suitably. I don&#39;t know whether it happens to you, but in my case the code is<br>
not theming the first feature of a layer.<br>
I have a featureSource(SHP unmanaged) with 5 features:<br>
featId=1<br>
featId=2<br>
featId=3<br>
featId=4<br>
featId=5<br>
The Id order is created by mapguide studio (I guess).<br>
Then when this layer is themed only the features 2,3,4 and 5 are displayed.<br>
It happens only with linked layers for either individual or numerical<br>
distribution.<br>
<br>
I think that is an issue of mapguide, at least 2.0.1 since it&#39;s the version<br>
that I have.<br>
<br>
Regards<br>
<div><div></div><div class="Wj3C7c"><br>
<br>
Rodolfo Moreno wrote:<br>
&gt;<br>
&gt;<br>
&gt; Yeah, that&#39;s rigth, I have gotten this error with linked layer (layer with<br>
&gt; join to a database)<br>
&gt; I have received your new post in my email (with your code), but even it<br>
&gt; has<br>
&gt; not been posted in the forum, odd. I will try it.<br>
&gt; Thank very much Moog.<br>
&gt;<br>
&gt;<br>
&gt; Moog wrote:<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; hi, of course. i&#39;m at college now i will send u the code when i arrive<br>
&gt;&gt; home.<br>
&gt;&gt; btw, my code its just a quicky way to solve this problem. i dont know if<br>
&gt;&gt; it&#39;s smooth enough. however it helps, i guess. did you get the error in a<br>
&gt;&gt; linked layer? i only got that error when i was linking my layer with a<br>
&gt;&gt; database.<br>
&gt;&gt;<br>
&gt;&gt; regards<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; Rodolfo Moreno wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Hi Moog I got the same error in .NET.<br>
&gt;&gt;&gt; I did what Mauricio suggested (put the selectDistinct statement before<br>
&gt;&gt;&gt; that<br>
&gt;&gt;&gt; Addfeatureproperty ), but the same error is raised.<br>
&gt;&gt;&gt; Could share you share your solution, please.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; thanks in advance<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Moog wrote:<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; that&#39;s right. i fixed it making my own algorithm, but it want to know<br>
&gt;&gt;&gt;&gt; why<br>
&gt;&gt;&gt;&gt; i<br>
&gt;&gt;&gt;&gt; got that error. thanks<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Mauricio Villablanca wrote:<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Your variable $aggregateOptions is a MgFeatureAggregateOptions object<br>
&gt;&gt;&gt;&gt;&gt; and<br>
&gt;&gt;&gt;&gt;&gt; your featureService variable is a MgFeatureService object, right?<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; Moog wrote:<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; hello,<br>
&gt;&gt;&gt;&gt;&gt;&gt; i need some help. Do you know why i get the following error in this<br>
&gt;&gt;&gt;&gt;&gt;&gt; line?<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; $dataReader = $featureService-&gt;SelectAggregate($resId,<br>
&gt;&gt;&gt;&gt;&gt;&gt; $layer-&gt;GetFeatureClassName(), $aggregateOptions);<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; where, $aggregateOptions is<br>
&gt;&gt;&gt;&gt;&gt;&gt; $aggregateOptions-&gt;AddFeatureProperty($this-&gt;args[&#39;PROPERTYNAME&#39;]);<br>
&gt;&gt;&gt;&gt;&gt;&gt; $aggregateOptions-&gt;SelectDistinct(true);<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; Index is out of range. Exception occurred in method GetItem at line<br>
&gt;&gt;&gt;&gt;&gt;&gt; 81<br>
&gt;&gt;&gt;&gt;&gt;&gt; in<br>
&gt;&gt;&gt;&gt;&gt;&gt; file<br>
&gt;&gt;&gt;&gt;&gt;&gt; d:\buildforgeprojects\carrera_nightly\build_32.2\ent\os\common\foundation\System/DisposableCollection.cpp<br>
&gt;&gt;&gt;&gt;&gt;&gt; Index is out of range.<br>
&gt;&gt;&gt;&gt;&gt;&gt; - MgFeatureServiceHandler.ProcessOperation line 83 file<br>
&gt;&gt;&gt;&gt;&gt;&gt; d:\buildforgeprojects\carrera_nightly\build_32.2\ent\os\server\src\services\feature\FeatureServiceHandler.cpp<br>
&gt;&gt;&gt;&gt;&gt;&gt; - MgOpSelectFeaturesSpatial.Execute line 110 file<br>
&gt;&gt;&gt;&gt;&gt;&gt; d:\buildforgeprojects\carrera_nightly\build_32.2\ent\os\server\src\services\feature\OpSelectFeaturesSpatial.cpp<br>
&gt;&gt;&gt;&gt;&gt;&gt; - MgServerSelectFeatures.SelectFeatures line 249 file<br>
&gt;&gt;&gt;&gt;&gt;&gt; d:\buildforgeprojects\carrera_nightly\build_32.2\ent\os\server\src\services\feature\ServerSelectFeatures.cpp<br>
&gt;&gt;&gt;&gt;&gt;&gt; - GetItem line 81 file<br>
&gt;&gt;&gt;&gt;&gt;&gt; d:\buildforgeprojects\carrera_nightly\build_32.2\ent\os\common\foundation\System/DisposableCollection.cpp<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; thanks ;)<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt;&gt; View this message in context:<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://www.nabble.com/selectAggregate-error-tp19690193p19690193.html" target="_blank">http://www.nabble.com/selectAggregate-error-tp19690193p19690193.html</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt;&gt; mapguide-users mailing list<br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt;&gt;&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt;&gt; View this message in context:<br>
&gt;&gt;&gt;&gt;&gt; <a href="http://n2.nabble.com/selectAggregate-error-tp1121116p1299635.html" target="_blank">http://n2.nabble.com/selectAggregate-error-tp1121116p1299635.html</a><br>
&gt;&gt;&gt;&gt;&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt;&gt; mapguide-users mailing list<br>
&gt;&gt;&gt;&gt;&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt;&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; View this message in context:<br>
&gt;&gt;&gt;&gt; <a href="http://www.nabble.com/selectAggregate-error-tp19690193p19838822.html" target="_blank">http://www.nabble.com/selectAggregate-error-tp19690193p19838822.html</a><br>
&gt;&gt;&gt;&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; mapguide-users mailing list<br>
&gt;&gt;&gt;&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; -----<br>
&gt;&gt;&gt; Rodolfo Moreno<br>
&gt;&gt;&gt; CivilEng<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; --<br>
&gt;&gt;&gt; View this message in context:<br>
&gt;&gt;&gt; <a href="http://n2.nabble.com/selectAggregate-error-tp1121116p1384640.html" target="_blank">http://n2.nabble.com/selectAggregate-error-tp1121116p1384640.html</a><br>
&gt;&gt;&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; _______________________________________________<br>
&gt;&gt;&gt; mapguide-users mailing list<br>
&gt;&gt;&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; View this message in context:<br>
&gt;&gt; <a href="http://www.nabble.com/selectAggregate-error-tp19690193p20198179.html" target="_blank">http://www.nabble.com/selectAggregate-error-tp19690193p20198179.html</a><br>
&gt;&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;&gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; mapguide-users mailing list<br>
&gt;&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt;&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt;<br>
&gt; -----<br>
&gt; Rodolfo Moreno<br>
&gt; CivilEng<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context:<br>
&gt; <a href="http://n2.nabble.com/selectAggregate-error-tp1121116p1387543.html" target="_blank">http://n2.nabble.com/selectAggregate-error-tp1121116p1387543.html</a><br>
&gt; Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mapguide-users mailing list<br>
&gt; <a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
&gt; <a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
&gt;<br>
&gt;<br>
<br>
--<br>
</div></div>View this message in context: <a href="http://www.nabble.com/selectAggregate-error-tp19690193p20218082.html" target="_blank">http://www.nabble.com/selectAggregate-error-tp19690193p20218082.html</a><br>
<div><div></div><div class="Wj3C7c">Sent from the MapGuide Users mailing list archive at Nabble.com.<br>
<br>
_______________________________________________<br>
mapguide-users mailing list<br>
<a href="mailto:mapguide-users@lists.osgeo.org">mapguide-users@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/mapguide-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapguide-users</a><br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>Zac Spitzer -<br><a href="http://zacster.blogspot.com">http://zacster.blogspot.com</a> (My Blog)<br>+61 405 847 168<br>