<html>
<head>
</head>
<body>
Thank you two very much for the response, but I have tried this just now
and it doesn't change a thing. If anybody's curious to see the page an view
what I'm talking about it can be found at:<br>
<br>
<a class="moz-txt-link-freetext" href="http://cnrit.tamu.edu/maps/map_init.html">http://cnrit.tamu.edu/maps/map_init.html</a><br>
<br>
When you get to that page, click on the very bottom button...the one that
says "(FRAMES VERSION)" on it.<br>
<br>
And yes, I'm running mapserver in a "frames" web page, but I'm not using
mapscript, just the regular CGI binary. I AM, however, using plenty of Javascript
to control my page and that may be where the problem lies. I'm just trying
to figure out what I'm not setting properly that's killing my querying ability!<br>
<br>
Thanks for the help!<br>
<br>
<br>
<br>
<a class="moz-txt-link-abbreviated" href="mailto:Gunter.Rieth@stadt.mainz.de">Gunter.Rieth@stadt.mainz.de</a> wrote:<br>
<blockquote type="cite" cite="mid:OF1965CCDF.17CA101D-ONC1256C41.002FC922@stadt.mainz.de"><br>
<font size="2" face="sans-serif">How about setting </font><font size="2" face="Courier New">
STATUS off</font><font size="2" face="sans-serif"> to </font><font size="2" face="Courier New">
STATUS ON or DEFAULT ???</font><br>
<br>
<br>
<font size="2" face="Courier New">Gunter</font><br>
<br>
<br>
<br>
<table width="100%">
<tbody>
<tr valign="Top">
<td><br>
</td>
<td><font size="1" face="sans-serif"><b>Mike Smith <a class="moz-txt-link-rfc2396E" href="mailto:nospam@cnrit.tamu.edu"><nospam@cnrit.tamu.edu></a></b></font><br>
<font size="1" face="sans-serif">Gesendet von: <a class="moz-txt-link-abbreviated" href="mailto:owner-mapserver-users@lists.gis.umn.edu">owner-mapserver-users@lists.gis.umn.edu</a></font>
<p><font size="1" face="sans-serif">26.09.2002 20:48</font><br>
</p>
</td>
<td><font size="1" face="Arial"> </font><br>
<font size="1" face="sans-serif"> An: mapserver-users@lists.gis.umn.edu</font><br>
<font size="1" face="sans-serif"> Kopie: </font><br>
<font size="1" face="sans-serif"> Thema: [mapserver-users]
msQueryByPoint(): Search returned no results</font></td>
</tr>
</tbody>
</table>
<br>
<br>
<br>
<font size="2" face="Courier New">Can somebody please enlighten me as to
all the pieces required in order <br>
to make a query happen? I've got one simple mapserver page that allows
<br>
queries, but my more advanced page gives me the following error every <br>
time I try to query (or "nquery") anything:<br>
<br>
msQueryByPoint(): Search returned no results. No matching record(s) found<br>
<br>
I've got the following code in my map file:<br>
<br>
# Web Object<br>
WEB<br>
HEADER 'frames_header.html'<br>
TEMPLATE 'frames.html'<br>
FOOTER 'frames_footer.html'<br>
.<br>
.<br>
.<br>
END<br>
<br>
# Query Map Object<br>
QUERYMAP<br>
SIZE 200 200<br>
STATUS ON<br>
STYLE HILITE<br>
COLOR 51 102 255<br>
END<br>
<br>
# Layer I'm trying to query<br>
LAYER<br>
NAME "Ethiopia_Adminlevel1"<br>
TYPE Polygon<br>
STATUS off<br>
GROUP Ethiopia<br>
DATA "ethiopia_adminlevel1"<br>
LABELITEM 'Name'<br>
HEADER 'ethiopia_adminlevel1_header.html'<br>
FOOTER 'ethiopia_adminlevel1_footer.html'<br>
TOLERANCEUNITS kilometers<br>
TOLERANCE 5<br>
DUMP TRUE<br>
CLASSITEM 'Name'<br>
CLASS<br>
EXPRESSION 'Addis Ababa'<br>
COLOR 210 210 210<br>
OUTLINECOLOR 0 0 0<br>
TEMPLATE 'ethiopia_adminlevel1_query.html'<br>
END # CLASS<br>
.<br>
.<br>
.<br>
END<br>
<br>
All the header, footer, and query HTML files exist and have good <br>
variables in them based on what's actually in my shape files, the shapes
<br>
show up fine in my map, but I cannot query ANYTHING! Any ideas?!<br>
<br>
Thanks in advance!<br>
<br>
</font><br>
<br>
</blockquote>
<br>
</body>
</html>