Hello All-<br>
<br>
I am attempting to serve a WMS layer that I would like to be queryable
(using the identify feature button/Query widget from Chameleon).
The layer appears as it should when brought into a map, but is not
queryable, despite what it says in the layer information popup
window. Other layers brought into the same map through other
servers are queryable. I have searched the documentation and
lists, but haven't been able to find any answers. Do I need to
add something extra to the mapfile (layer portion is pasted
below)? Both the context and capabilities xml files show that the
layer is queryable (=1) and I have increased the tolerance ridiculously
just to make sure a click hits on the point. Any suggestions
would be greatly appreciated! Thanks in advance for your help.<br>
<br>
Jennifer Zeisloft<br>
UW Sea Grant<br>
<br>
-------------------------------------<br>
<br>
LAYER<br>
NAME Bluff_Profile<br>
STATUS ON<br>
TYPE POINT<br>
DATA bluffg<br>
TEMPLATE "ttt_query.html"<br>
TOLERANCE 500<br>
TOLERANCEUNITS PIXELS<br>
MAXSCALE 300000<br>
PROJECTION<br>
"init=epsg:4326"<br>
END<br>
METADATA<br>
"wms_srs" "EPSG:4326"<br>
"wms_name" "Bluff_Profile"<br>
"wms_title" "Bluff Profiles"<br>
"wms_abstract" "TBA"<br>
"wms_keywordlist" "Lake Superior"<br>
"wms_server_version" "1.1.1"<br>
"wms_formatlist" "image/png,image/jpeg,image/wbmp"<br>
"wms_format" "image/png"<br>
"wms_onlineresource"
"<a href="http://144.92.46.35/cgi-bin/mapserv.exe?map=C:\ms4w\apps\chameleon\lscmp\map\wlscmp_wms.map&">http://144.92.46.35/cgi-bin/mapserv.exe?map=C:\ms4w\apps\chameleon\lscmp\map\wlscmp_wms.map&</a>
"<br>
END<br>
CLASS<br>
SYMBOL 'circle'<br>
COLOR 255 166 0<br>
SIZE 6<br>
END<br>
END<br>