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>&lt;form name=&quot;map&quot; method=GET action=&quot;/cgi-bin/mapserv&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;map&quot; value=&quot;/var/www/html/maps/queryResultsMap.map&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;qlayer&quot; value=&quot;worldCities&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;nquery&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;mapext&quot; value=&quot;-180 -90 180 90&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;scale&quot; value=&quot;6500000&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;searchmap&quot; value=&quot;true&quot;&gt;<br>
&lt;center&gt;&lt;input type=&quot;submit&quot; value=&quot;Query Results Only&quot;&gt;&lt;/center&gt;<br>
&lt;/form&gt;<br>
<br>
However when I make slight modifications to try to create an image map of the results with these controls:<br>
<br>
&lt;form name=&quot;map&quot; method=GET action=&quot;/cgi-bin/mapserv&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;map&quot; value=&quot;/var/www/html/maps/queryMap.map&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;qlayer&quot; value=&quot;worldCities&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;mode&quot; value=&quot;nquery&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;mapext&quot; value=&quot;shapes&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;mapsize&quot; value=&quot;500 500&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;mapxy&quot; value=&quot;20 20&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;imgext&quot; value=&quot;0 0 500 500&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;scale&quot; value=&quot;6500000&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;searchmap&quot; value=&quot;true&quot;&gt;<br>
&lt;center&gt;&lt;input type=&quot;submit&quot; value=&quot;Query Image Map&quot;&gt;&lt;/center&gt;<br>
&lt;/form&gt;<br>
<br>
each result's coordinate values goes to <span class="attribute-value">&quot;-2147483648,-2147483648,7&quot;<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>