Hi list,<br><br>I am trying to figure out how to get map.query() method working using filter option.<br><br><br>I have a simple widget that uses the following code:<br><br>execute : function() {&nbsp;&nbsp;&nbsp; <br>&nbsp;&nbsp; &nbsp;var options = {};&nbsp;&nbsp; &nbsp;<br>
&nbsp;&nbsp; &nbsp;options.selectionType = &#39;INTERSECTS&#39;;<br>&nbsp;&nbsp; &nbsp;options.geometry = &quot;POLYGON((-75.58840579710144 -10.755072463768112, -61.16086956521739 -10.755072463768112, -61.16086956521739 0.005797101449276809, -75.58840579710144 0.005797101449276809, -75.58840579710144 -10.755072463768112))&quot;;<br>
&nbsp;&nbsp; &nbsp;options.maxFeatures = 0;<br>&nbsp;&nbsp; &nbsp;options.filter = &quot;gid=1&quot;<br>&nbsp;&nbsp; &nbsp;options.layers = &#39;States&#39;;<br>&nbsp;&nbsp; &nbsp;<br>&nbsp;&nbsp; &nbsp;this.getMap().query(options);<br>}<br><br><br>the polygon intersects with 5 states, but I would like to select just the state with &#39;gid = 1&#39;, using the filter option.<br>
My code select the 5 states that intersect with the polygon and don&#39;t apply the filter.<br><br>What I am doing wrong?<br><br>thanks in advance<br>Vitor Sapucaia Fortunato<br>