Trying to make a basic image map from a layer of GPS points. However, I
am getting the MS error message "msQueryByPoint(): Search returned no
results. No matching record(s) found." when trying this. The actual map
itself displays just fine, it is the image map that is the problem and
passing arguments to the CGI. The MAXSCALE for the GPS layer is set to
7,000,000.<br>
<br>
The html form button being used to initiate the image map is:<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/imap.map&quot;&gt;<br>
&lt;input type=&quot;hidden&quot; name=&quot;qlayer&quot; value=&quot;gps&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;searchmap&quot; value=&quot;true&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;center&gt;&lt;input type=&quot;submit&quot; value=&quot;Image Map&quot;&gt;&lt;/center&gt;<br>
&lt;/form&gt;<br>
<br>
Am I missing something? Map center, map size, etc?<br>
Thank you.<br>