Hello!!!<br />
<br />
I&acute;ve developed and application with Cartoweb and query
tool can only search data from the shapefile layer but I have layers
(type point) that are stored in postgresql-postgis. I&acute;ve added metadata
on them and it has generated the following error when I select (with
query tool) a region which catch some point:<br />
<br />
<pre style="border: 0pt none ">
Class : SoapFaultWrapper
Message : Error [8, Trying to get property of non-object, /var/www/cartoweb3/coreplugins/query/server/ServerQuery.php, 122]
Backtrace:
file: 122 - /var/www/cartoweb3/coreplugins/query/server/ServerQuery.php
call: Common::cartowebErrorHandler(8, &quot;Trying to get property of non-object&quot;, &quot;/var/www/cartoweb3/coreplugins/query/server/ServerQuery.php&quot;, 122, Array(8))
file: 294 - /var/www/cartoweb3/coreplugins/query/server/ServerQuery.php
call: ServerQuery-&gt;resultToTable(Array(1), &quot;mat_aves&quot;, &quot;sim_est&quot;, Array(0), Object(TableFlags))
file: 423 -
/var/www/cartoweb3/coreplugins/query/server/ServerQuery.php
call: ServerQuery-&gt;queryLayer(Object(Bbox), Object(QuerySelection))
</pre>
<br />
Is it possible to query data from a database layer?<br />
What can I do?<br />
The application is avaliable in<br />
http://ndige01.ccr.ufsm.br/cartoweb3/htdocs/animal.php<br />
<br />
Thanks in advance