<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>

<META content="MSHTML 6.00.2712.300" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Ok so hopefully the subject has MADE you want to 
know what is going on.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>READ ON&gt;&gt;&gt;&gt;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Background information:</FONT></DIV>
<DIV><FONT face=Arial size=2>I am creating a simple mapserver project with query 
and projection.&nbsp; My shp files are mostly nad27 and then i have a couple 
layers of wgs84.&nbsp; And the projection works fine.&nbsp; The main projection 
is nad27 and then on the layers that are wgs84 we project.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Problem:</FONT></DIV>
<DIV><FONT face=Arial size=2>I am trying to get my query to output 
information.&nbsp; Therefore i added the appropriate class and metadata to my 
layer.&nbsp; It was a wgs84 layer.&nbsp; I finish and then refresh the page and 
the query information shows up on bottom from the refresh of past click, HOWEVER 
all teh sudded all the points on the layer dissapear.&nbsp; I comment out the 
query class and then refresh the page with the same information and then the 
points are back, HOWEVER the query information is gone!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Therfore i think it must be my map file and the 
query class.&nbsp; SO i mess with it for hours with no luck.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>THEN i think maybe i should try it on a nad27 layer 
as that is the "non projected" layer.&nbsp; </FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I do this and it works fine!!!!!!!!!!!&nbsp; 
Proving that the map file is correct and perhaps something is wrong with 
mapserver???</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Any clues on how i can get the wgs84 layer to 
display information and show up at the same time?</FONT></DIV>
<DIV><FONT face=Arial size=2>Below is my non-functioning layer.....</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Thanks so much,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Grant Marblestone</FONT></DIV>
<DIV><FONT face=Arial size=2>ATSER systems</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>#############################################################################<BR># 
permits 
(WGS84)<BR>#############################################################################<BR>&nbsp; 
LAYER<BR>&nbsp;&nbsp;&nbsp; DATA permits<BR>&nbsp;&nbsp;&nbsp; NAME 
Permit<BR>&nbsp;&nbsp;&nbsp; STATUS ON<BR>&nbsp;&nbsp;&nbsp; TYPE 
POINT<BR>&nbsp;&nbsp;&nbsp; METADATA<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"DESCRIPTION"&nbsp;&nbsp; "Permits"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"RESULT_FIELDS" "PermitID lat long"<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp; 
<BR>&nbsp;&nbsp;&nbsp; PROJECTION<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;proj=latlong<BR>&nbsp;&nbsp;&nbsp; &nbsp;datum=NAD83<BR>&nbsp;&nbsp;&nbsp; 
&nbsp;ellips=WGS84<BR>&nbsp;&nbsp;&nbsp; END<BR>&nbsp;<BR>&nbsp;&nbsp;&nbsp; 
#NEEDED FOR QUERY ! ! !<BR>&nbsp;&nbsp;&nbsp; 
CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
"PermitClass"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 200 255 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 120 120 
120<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TEMPLATE 
"ttt_query.html"&nbsp;<BR>&nbsp;&nbsp;&nbsp; END</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp;&nbsp;&nbsp; 
CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; BACKGROUNDCOLOR 128 128 
128<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; NAME 
"permits"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; OUTLINECOLOR 0 255 
0<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SYMBOL 
"circle"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 0 0 
255<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 10<BR>&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp;&nbsp;&nbsp; TOLERANCE 5<BR>&nbsp; END# permits</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>