<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7653.38">
<TITLE>queryByAttributes and projection</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT SIZE=2 FACE="Arial">(Cross-posted to the Mapserver list)&#8230;</FONT>
</P>

<P><FONT SIZE=2 FACE="Arial">I have a modified ka-map application with some customized search tools.&nbsp; One of these tools allows the user to pick a town from a dropdown and zoom to it.&nbsp; This uses a queryByAttributes process and it was working well.</FONT></P>
<BR>

<P><FONT SIZE=2 FACE="Arial">The data for the project is projected in UTM in its native format.&nbsp; The customer asked if we could display the data in lat/long (EPSG:4326).&nbsp; If I change the projection and extent in the .Map files, the map displays properly, but the search tools no longer function, I get a &quot;no matching results&quot; error.</FONT></P>

<P><FONT SIZE=2 FACE="Arial">This seems pretty strange, as I am only querying by attributes, not spatially.&nbsp; So I wouldn't think projection would be an issue.&nbsp; But apparently it is.&nbsp; Does anyone have some insight as to how I can correct this (other than reprojecting the data)?</FONT></P>

</BODY>
</HTML>