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> "exported_values" "recenter_name_string,id_attribute_string"<br> "recenter_name_string" "CANAME"<br> "id_attribute_string" "GID|string"<br>
"query_returned_attributes" "CANAME"<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