@@ -1444,6 +1444,7 @@ SQL_FUN;
, {$sqlIlosc} as ilosc
from {$tblName} t
where t.ID_PROJECT in({$sqlIdProject})
+ and t.the_geom is not null
{$sqlGroupBy}
";
$data['_DBG_sql'][$idLayer] = $sql;