$postGisQueryLinkTarget[strtoupper($bit)]="target='_parent'";
				}
				if ($value->linkprefix) {
					$postGisQueryDataPrefix[strtoupper($bit)]=$value->linkprefix;
				}
			}
			if (is_array($strs)) {
				ksort($strs);
				$str = implode(",",$strs);
				$postGisQueryFieldRow[strtoupper($bit)]= $str;
			}
			
			if ($postGisQueryBuffer[$slayer[$u]['f_table_name']]) $conflict_buffer=$postGisQueryBuffer[$slayer[$u]['f_table_name']];
			
			if ($queryable == true) {
				$output = $postgisObject -> queryDump("matrikel",NULL,$slayer[$u]['f_table_schema'].".".$slayer[$u]['f_table_name'], "*", "SPATIELANALYSIS", $row[fid],0,NULL,NULL);
			}
			else {
				if ($output=="") $output = false;
			}

			if ($output!="") {
				$layersForAppForMap[] = strtolower($slayer[$u]['f_table_schema'].".".$slayer[$u]['f_table_name']);
				$titlesForAppForMap[] = urlencode($slayer[$u]['f_table_title']);
			}
			$dump.= $output;
			$output = "";
			$conflict_buffer=0;
			unset($strs);
		}