I'm able to get query results with the following CGI controls:<br>
<br>
<b><span class="nw" id="_user_MAPSERVER-USERS@lists.umn.edu"></span></b><form name="map" method=GET action="/cgi-bin/mapserv"><br>
<input type="hidden" name="map" value="/var/www/html/maps/queryResultsMap.map"><br>
<input type="hidden" name="qlayer" value="worldCities"><br>
<input type="hidden" name="mode" value="nquery"><br>
<input type="hidden" name="mapext" value="-180 -90 180 90"><br>
<input type="hidden" name="scale" value="6500000"><br>
<input type="hidden" name="searchmap" value="true"><br>
<center><input type="submit" value="Query Results Only"></center><br>
</form><br>
<br>
However when I make slight modifications to try to create an image map of the results with these controls:<br>
<br>
<form name="map" method=GET action="/cgi-bin/mapserv"><br>
<input type="hidden" name="map" value="/var/www/html/maps/queryMap.map"><br>
<input type="hidden" name="qlayer" value="worldCities"><br>
<input type="hidden" name="mode" value="nquery"><br>
<input type="hidden" name="mapext" value="shapes"><br>
<input type="hidden" name="mapsize" value="500 500"><br>
<input type="hidden" name="mapxy" value="20 20"><br>
<input type="hidden" name="imgext" value="0 0 500 500"><br>
<input type="hidden" name="scale" value="6500000"><br>
<input type="hidden" name="searchmap" value="true"><br>
<center><input type="submit" value="Query Image Map"></center><br>
</form><br>
<br>
each result's coordinate values goes to <span class="attribute-value">"-2147483648,-2147483648,7"<br>
<br>
Am I missing something? I'm trying to pass the same parameters that we
pass in our web application of MS, but to no avail so far.<br>
Thank you.<br>
<br>
Ian<br>
<br>
<br>
</span>