<html><head><meta http-equiv=Content-Type content="text/html; charset=utf-8"><META name="Author" content="Novell GroupWise WebAccess"></head><body style='font-family: Tahoma, sans-serif; font-size: 13px; '>
I must be missing something dumb.&nbsp; Anyway, I am trying to identify a specific layer using the Identify service.&nbsp; This layer works great when I call it with the "visible" options. I think&nbsp; I followed the directions for identifying layers on the WIKI. After making the recommended changes only the identify header/coordinates/footer appears in the identify results tab. I get no error message in IE or with Firebox/Firebug. <br><br>Below is the related information. <br><br>------ What I have now as the default...(This works) ----------------<br>&nbsp;<br>&lt;service name="identify" title="Identify" display="false"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;url&gt;php/identify.php&lt;/url&gt;<br>&nbsp;&nbsp;&nbsp; &lt;step type="spatial" name="shape" show-tools="false" line="false" polygon="false" jump-start="true" default="point"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;input type="visiblelayers" name="layers"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/step&gt;<br>&lt;/service&gt;<br><br>----- What I am trying to do (Does no work) ----------------<br><br>&lt;service name="identify" title="Identify" display="false"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;url&gt;php/identify.php&lt;/url&gt;<br>&nbsp;&nbsp;&nbsp; &lt;step type="spatial" name="shape" show-tools="false" line="false" polygon="false" jump-start="true" default="point"&gt;<br>&nbsp;&nbsp;&nbsp; &lt;input type="hidden" name="layers" values="taxlot/PolkTaxlots" /&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/step&gt;<br>&lt;/service&gt;<br><br>-------------From layers in mapbook.xml--------------<br><br>&nbsp;&nbsp;&nbsp; &nbsp;&lt;map-source name="taxlot" type="mapserver" &gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;file&gt;./taxlot.map&lt;/file&gt;<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;layer name="PolkTaxlots"/&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/map-source&gt;<br><br>--------part of taxlot.map file that reference PolkTaxlots(I know the identify_taxlot.html works because it works with visible option) <br><br>Layer <br>&nbsp; Name 'PolkTaxlots'<br>&nbsp; DATA './data/taxlot10web'<br>&nbsp; Status On<br>&nbsp; MinScale 0<br>&nbsp; MaxScale 40000<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; METADATA<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'identify_record'&nbsp;&nbsp;&nbsp; 'identify_taxlot.html'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'select_record'&nbsp;&nbsp;&nbsp; 'select_taxlot.html'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'select_header' 'select_header_parcel.html'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'select_footer'&nbsp;&nbsp;&nbsp; 'select_footer_parcel.html'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'select_record_detail'&nbsp;&nbsp;&nbsp; 'select_taxlot_details.html'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'itemquery'&nbsp;&nbsp;&nbsp; 'select_taxlot_detail.html'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'itemquery-filter'&nbsp;&nbsp;&nbsp; '/.*[qstring].*/i' <br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; 'qstring_validation_pattern' '.'<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; END<br>&nbsp; Type Polygon<br>&nbsp; Class<br>&nbsp;&nbsp;&nbsp; Name ""<br>&nbsp;&nbsp;&nbsp; Size 1<br>&nbsp;&nbsp;&nbsp; OutlineColor 0 0 0<br>&nbsp; End<br>End<br><br><br></body></html>