Great, thanks again!<br><br><div class="gmail_quote">2011/12/8 Andreas Hocevar <span dir="ltr">&lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Tim has developed this feature already, it just never made it into a<br>
patch: <a href="http://trac.osgeo.org/openlayers/browser/sandbox/tschaub/select/lib/OpenLayers/FeatureAgent.js" target="_blank">http://trac.osgeo.org/openlayers/browser/sandbox/tschaub/select/lib/OpenLayers/FeatureAgent.js</a>.<br>

Example: <a href="http://dev.openlayers.org/sandbox/tschaub/select/examples/feature-events.html" target="_blank">http://dev.openlayers.org/sandbox/tschaub/select/examples/feature-events.html</a><br>
<span class="HOEnZb"><font color="#888888"><br>
Andreas.<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Wed, Dec 7, 2011 at 10:14 PM, Diego Pasqualin &lt;<a href="mailto:dpasqualin@gmail.com">dpasqualin@gmail.com</a>&gt; wrote:<br>
&gt; I see, your are right, that&#39;s the problem!! Thank you very much.<br>
&gt;<br>
&gt; By the way, wouldn&#39;t be nice if all overlapping features get the event?<br>
&gt; Something like the &quot;event bubbling&quot; on javascript?<br>
&gt;<br>
&gt; 2011/12/8 Andreas Hocevar &lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; Layers on top of each other yes. Features no.<br>
&gt;&gt;<br>
&gt;&gt; Andreas.<br>
&gt;&gt;<br>
&gt;&gt; On Dec 7, 2011 8:50 PM, &quot;Diego Pasqualin&quot; &lt;<a href="mailto:dpasqualin@gmail.com">dpasqualin@gmail.com</a>&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; According to this example is possible to get events from different<br>
&gt;&gt;&gt; layers, but I just can&#39;t make it work =(<br>
&gt;&gt;&gt; <a href="http://openlayers.org/dev/examples/select-feature-multilayer.html" target="_blank">http://openlayers.org/dev/examples/select-feature-multilayer.html</a><br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; 2011/12/8 Andreas Hocevar &lt;<a href="mailto:ahocevar@opengeo.org">ahocevar@opengeo.org</a>&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Hi,<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; for features that sit on top of each other, you will only get events<br>
&gt;&gt;&gt;&gt; for the top one. Sounds like this is the reason for your problem.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; Andreas.<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; On Sun, Dec 4, 2011 at 9:05 PM, Diego Pasqualin &lt;<a href="mailto:dpasqualin@gmail.com">dpasqualin@gmail.com</a>&gt;<br>
&gt;&gt;&gt;&gt; wrote:<br>
&gt;&gt;&gt;&gt; &gt; Oh, I forgot to put this part of the code, which is run just after the<br>
&gt;&gt;&gt;&gt; &gt; previous code:<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; ---------------------------8&lt;----------------------------------------------------------------------<br>
&gt;&gt;&gt;&gt; &gt;         entities.layer_office.events.on({<br>
&gt;&gt;&gt;&gt; &gt;             &#39;featureselected&#39;: function (e)<br>
&gt;&gt;&gt;&gt; &gt; {onFeatureSelect(e.feature,<br>
&gt;&gt;&gt;&gt; &gt; entity.map, control)},<br>
&gt;&gt;&gt;&gt; &gt;             &#39;featureunselected&#39;: function (evt)<br>
&gt;&gt;&gt;&gt; &gt; {onFeatureUnselect(evt.feature, entity.map) }<br>
&gt;&gt;&gt;&gt; &gt;         });<br>
&gt;&gt;&gt;&gt; &gt; ... the same for suburbs.suburbs_layer...<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; ---------------------------8&lt;----------------------------------------------------------------------<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; So, I create the control with the layers I want, and after that I use<br>
&gt;&gt;&gt;&gt; &gt; the<br>
&gt;&gt;&gt;&gt; &gt; layers.events.on to run something when the a feature is selected.<br>
&gt;&gt;&gt;&gt; &gt; This is practically the same I saw in some examples. What could be<br>
&gt;&gt;&gt;&gt; &gt; wrong?<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; 2011/12/3 emmexx &lt;<a href="mailto:emmexx@tiscalinet.it">emmexx@tiscalinet.it</a>&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Il 12/02/2011 01:45 AM, Diego Pasqualin scrisse:<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; &gt; Any suggestion about what I might be doing wrong?<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Try using eventListeners instead of OnSelect?<br>
&gt;&gt;&gt;&gt; &gt;&gt; Or layer.events.on().<br>
&gt;&gt;&gt;&gt; &gt;&gt;<br>
&gt;&gt;&gt;&gt; &gt;&gt; Bye<br>
&gt;&gt;&gt;&gt; &gt;&gt;        maxx<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt;&gt;&gt; &gt; Users mailing list<br>
&gt;&gt;&gt;&gt; &gt; <a href="mailto:Users@lists.osgeo.org">Users@lists.osgeo.org</a><br>
&gt;&gt;&gt;&gt; &gt; <a href="http://lists.osgeo.org/mailman/listinfo/openlayers-users" target="_blank">http://lists.osgeo.org/mailman/listinfo/openlayers-users</a><br>
&gt;&gt;&gt;&gt; &gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt;<br>
&gt;&gt;&gt;&gt; --<br>
&gt;&gt;&gt;&gt; Andreas Hocevar<br>
&gt;&gt;&gt;&gt; OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>
&gt;&gt;&gt;&gt; Expert service straight from the developers.<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Andreas Hocevar<br>
OpenGeo - <a href="http://opengeo.org/" target="_blank">http://opengeo.org/</a><br>
Expert service straight from the developers.<br>
</div></div></blockquote></div><br>