Quellcode durchsuchen

fixed skip removed the_geom

Piotr Labudda vor 10 Jahren
Ursprung
Commit
85de5fb481
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      SE/se-lib/Route/UrlAction/ProjektyKosztyWstepnychRobot.php

+ 1 - 0
SE/se-lib/Route/UrlAction/ProjektyKosztyWstepnychRobot.php

@@ -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;