<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>Hi. I want to use query tool for&nbsp;one or two&nbsp;layers instead of all.</DIV>
<DIV>&nbsp;</DIV>
<DIV>In&nbsp; drawmap.php I found this:</DIV>
<DIV>&nbsp;</DIV>
<DIV>gszQueryLayers : string<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Comma delimited string of layer indexes to query.<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; If not supplied and a query is called for then all<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; visible layers will be queried.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Then I&nbsp;add &nbsp;: "&amp;gszQueryLayers=" + '36'&nbsp;&nbsp; in Query.widget.php at line 406 to observe if something changes:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;if ({$szHighlightResults})<BR>&nbsp;&nbsp;&nbsp; {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; var img = CWCDHTML_GetImage( 'MapLayerDivImg' );<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; img.src = gMapDHTMLURL + "&amp;run_query=1&amp;gszQueryCoords=" + szCoord + "&amp;gszPersistentQuery={$szPersistentResults}" + "&amp;gszQueryLayers=" + '36';</DIV>
<DIV>&nbsp;</DIV>
<DIV>36 is the layer_index of one of my layers.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Hovever there is no change;</DIV>
<DIV>&nbsp;</DIV>
<DIV>How can I take advance of&nbsp; &amp;gszQueryLayers string?</DIV>
<DIV>How can I query one single layer (selected layer for example)?</DIV>
<DIV>&nbsp;</DIV></td></tr></table><br>