<div dir="ltr">isn&#39;t there a limit in serverconfig on the number of features that can be selected?<br><br><div class="gmail_quote">On Thu, Sep 4, 2008 at 6:02 PM, shreepad Ranadive <span dir="ltr">&lt;<a href="mailto:shreepadr@valuecad.com">shreepadr@valuecad.com</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>
i also have same problem &nbsp;any one worked on current selection ??<br>
<br>
shreepad<br>
<div class="Ih2E3d"><br>
<br>
<br>
Tony_mg wrote:<br>
&gt;<br>
&gt; String l_sSession = GetParameters()[&quot;SESSION&quot;];<br>
&gt; String l_sSelect = Request .Form [&quot;SEL&quot;];<br>
&gt;<br>
&gt; &nbsp;MgUserInformation l_oCred = new MgUserInformation(l_sSession);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MgSiteConnection l_oSite = new MgSiteConnection();<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; l_oSite.Open(l_oCred);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ArrayList listEQ = null;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MgResourceService l_oResourceSrvc =<br>
&gt; (MgResourceService)l_oSite.CreateService(MgServiceType.ResourceService);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MgFeatureService l_oFeatureSrvc =<br>
&gt; (MgFeatureService)l_oSite.CreateService(MgServiceType.FeatureService);<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MgMap l_oMap = new MgMap();<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; l_oMap.Open(l_oResourceSrvc, &quot;General Public Map&quot;);<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MgSelection l_oSel = new MgSelection(l_oMap);<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; l_oSel.FromXml(l_sSelect);<br>
&gt; getting error at FromXML by the way i am passing more then 500 selection<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; MgReadOnlyLayerCollection l_cSelLayers =<br>
&gt; l_oSel.GetLayers();<br>
&gt; &nbsp; MgFeatureReader featReader = null;<br>
&gt; &nbsp; for (int i = 0; i &lt; l_cSelLayers.GetCount(); i++)<br>
&gt; &nbsp; {<br>
&gt; &nbsp; &nbsp; &nbsp; MgLayer layer = l_cSelLayers.GetItem(i) as MgLayer;<br>
&gt; &nbsp; &nbsp; &nbsp; if ((layer != null) &amp;&amp; (layer.GetName() == &quot;main&quot;))<br>
&gt; &nbsp; &nbsp; &nbsp; {<br>
&gt;<br>
&gt; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Response.Write(&quot;Layer found&quot;);<br>
&gt; &nbsp; &nbsp; &nbsp; }<br>
&gt; &nbsp; }<br>
&gt;<br>
&gt; any ideas , its kinda urgent . please &nbsp;help<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
<br>
</div>-----<br>
Shreepad Ranadive<br>
Direcotor , Application Development<br>
ValueCAD<br>
444 Natoma St<br>
Sanfrancisco,CA 94103<br>
<font color="#888888">--<br>
View this message in context: <a href="http://www.nabble.com/current-selection--does-not-work-tp19305385p19305409.html" target="_blank">http://www.nabble.com/current-selection--does-not-work-tp19305385p19305409.html</a><br>

</font><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>
</div>