Hello List!<br><br>In my school Cartoweb project, if my data came from the shapefile, it is possible to<br>identify the objects as many times as I want - application returns FID and CANAME <br>attributes for each polygon according to METADATA object in the mapfile:
<br><br>METADATA<br>&nbsp; &quot;exported_values&quot; &quot;recenter_name_string,id_attribute_string&quot;<br>&nbsp; &quot;recenter_name_string&quot; &quot;CANAME&quot;<br>&nbsp; &quot;id_attribute_string&quot; &quot;GID|string&quot;<br>
&nbsp; &quot;query_returned_attributes&quot; &quot;CANAME&quot;<br>END<br><br>no problem, but if I try to identify the same data coming from PostGIS database,<br>application returns query successfully just first time and for the next try it fails:
<br><br>Class : SoapFaultWrapper<br>Message : Attribute query returned no results. Layer: cons_auth, idAttribute: gid, query: gid in ('2')<br>Backtrace:<br><br>I'm suspecting I have to change something here:<br>C:\wamp\www\cartoweb3\coreplugins\mapquery\server\ServerMapquery.php
<br><br>Any idea will be greatly appreciated<br><br>Thank you<br><br>Alex Kuznetsov<br>SSFC GIS student