<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16608" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I am&nbsp;working in the&nbsp;adaptation of the 
Geostat pluguin&nbsp;for PostGIS data.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Now I modified the DATA line in the LAYER and I am 
getting the error:&nbsp;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV><FONT face=Arial size=2>Class : 
SoapFaultWrapper<BR>Message : Cannot draw choropleth<BR>Error [8, Trying to get 
property of non-object, 
C:\ms4w\apps\cartoweb3\projects\agroGeo\plugins\geostat\server\ServerGeostat.php, 
158]<BR>Backtrace:<BR><BR>file: 158 - 
C:\ms4w\apps\cartoweb3\projects\agroGeo\plugins\geostat\server\ServerGeostat.php<BR>call: 
Common::cartowebErrorHandler(8, "Trying to get property of non-object", 
"C:\ms4w\apps\cartoweb3\projects\agroGeo\plugins\geostat\server\S...", 158, 
Array(5))<BR><BR>file: 105 - 
C:\ms4w\apps\cartoweb3\projects\agroGeo\plugins\geostat\server\ServerGeostat.php<BR>call: 
ServerGeostat-&gt;drawChoropleth(Object(GeostatChoropleth))</FONT>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>This is the Layer:</FONT></DIV>
<DIV>
<P><FONT face=Arial size=2>LAYER</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; NAME "talhao"</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; TYPE POLYGON</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; CONNECTIONTYPE POSTGIS</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; CONNECTION 'dbname=emater_rio 
user=postgres password=k2123 host=localhost'</FONT></P>
<P><STRONG><FONT face=Arial>&nbsp;&nbsp;&nbsp; DATA 'the_geom from (SELECT 
ase.parc_id, SUM(ase.valor) AS VALOR, ep.the_geom AS the_geom FROM area_serie 
ase, &nbsp;&nbsp;&nbsp; edit_poly ep WHERE EXTRACT(YEAR FROM ase.date)=2008 AND 
ase.cod_serie=1 AND ase.cod_produto=1 AND ase.parc_id=ep.id GROUP BY 
ase.parc_id, ep.the_geom ORDER BY ase.parc_id) as foo'</FONT></STRONG></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; TEMPLATE 'ttt'</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; CLASS</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
STYLE</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; COLOR 255 255 255</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 
&nbsp;&nbsp;&nbsp; OUTLINECOLOR 50 50 50</FONT></P>
<P><FONT face=Arial 
size=2>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;END</FONT></P>
<P><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; END</FONT></P>
<P><FONT face=Arial size=2>END</FONT></P>
<P><FONT face=Arial size=2></FONT>&nbsp;</P>
<P><FONT face=Arial size=2>It works fine with:</FONT></P>
<P><FONT size=2><FONT face=Arial size=3><STRONG>DATA 'the_geom from (select 
the_geom, oid, id, talhao, surf from edit_poly) as 
foo'</STRONG></FONT></P></FONT>
<P><FONT face=Arial size=2></FONT>&nbsp;</P>
<P><FONT face=Arial size=2>Any help would be appreciated.</FONT></P>
<P><FONT face=Arial size=2>Thanks a lot,</FONT></P>
<P><FONT face=Arial size=2>Albert Casanovas<BR>Project Manager<BR>K2 
Sistemas<BR>Rio de Janeiro</FONT></P>
<P><FONT face=Arial size=2></FONT>&nbsp;</P></DIV></BODY></HTML>