<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-15">
<META content="MSHTML 6.00.2800.1505" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Comic Sans MS">
<DIV><BR>John,</DIV>
<DIV>&nbsp;</DIV>
<DIV>Ok, that's what I thought on the scaling of the image, the service is not giving up an image for some reason at the lower scale level (where the points get pixelated {after image]) or GeoMoose is not making the request for some reason.&nbsp; Mapserver should serve up a new image for each zoom level, even if there is a MINSCALE/MAXSCALE setting in the MAPFILE.&nbsp;&nbsp; You would just get a blank image if the view was out of range.&nbsp; So something is going wrong here somewhere.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Unfortunately, the next testing steps I would pursue would be to run a couple of sample requests directly against the MapServer to see if the problem is with MapServer or GeoMoose.&nbsp; If MapServer returns the image, then it's GeoMoose config problem, other wise it's a MapFile config, or MapServer problem.&nbsp; The scale settings in the MapFile may have something to do with this as well.&nbsp; Seeing the MapFile might shed some light on a possible mis-config.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Do you know how to use FireBug in FireFox (Best combination of tools for debugging IMO).&nbsp;&nbsp; Firebug will show you all the requests that are going on between the client and server and allow you to test the calls one at a time.&nbsp; It's either that route, or I'll (we'll) need to have&nbsp;access to the server results in an online mode to help further.</DIV>
<DIV>&nbsp;</DIV>
<DIV>bobb</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR>&gt;&gt;&gt; "John Beck" &lt;beckjoh@knology.net&gt; wrote:<BR></DIV>
<DIV style="PADDING-LEFT: 7px; MARGIN: 0px 0px 0px 15px; BORDER-LEFT: #050505 1px solid; BACKGROUND-COLOR: #f3f3f3">
<DIV><FONT face=Arial>Bob</FONT></DIV>
<DIV><FONT face=Arial></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial>THanks for your response.&nbsp; I think you are correct about the update problem.&nbsp; I had to put the "scale" variable in just to get it to zoom correctly.&nbsp; Here are the screen shots.&nbsp; My application is not online yet.&nbsp; Do you think this could be a lat long problem i.e. not enough precision?</FONT></DIV>
<BLOCKQUOTE dir=ltr style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">
<DIV style="FONT: 10pt arial">----- Original Message ----- </DIV>
<DIV style="BACKGROUND: #e4e4e4; FONT: 10pt arial; font-color: black"><B>From:</B> <A title=Bob.Basques@ci.stpaul.mn.us href="mailto:Bob.Basques@ci.stpaul.mn.us">Bob Basques</A> </DIV>
<DIV style="FONT: 10pt arial"><B>To:</B> <A title=beckjoh@knology.net href="mailto:beckjoh@knology.net">John Beck</A> ; <A title=mapserver-users@lists.osgeo.org href="mailto:mapserver-users@lists.osgeo.org">mapserver-users@lists.osgeo.org</A> </DIV>
<DIV style="FONT: 10pt arial"><B>Sent:</B> Thursday, July 03, 2008 10:30 AM</DIV>
<DIV style="FONT: 10pt arial"><B>Subject:</B> Re: [mapserver-users] Map Rendering With GeoMoose</DIV>
<DIV><BR></DIV>
<DIV>John,</DIV>
<DIV>&nbsp;</DIV>
<DIV>It sounds like you are describing the image stretching action that GeoMoose performs while it is waiting for a response from the server with a new image.&nbsp; GeoMoose will stretch or shrink the current image(s) rather than leave a blank screen for the user while it waits for the new image to be retrieved from MapServer.&nbsp; There may be a update problem occurring somewhere.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is your Application available online?&nbsp; It would help on the list to see what you see.&nbsp; Even a before and after screenshot would help.</DIV>
<DIV>&nbsp;</DIV>
<DIV>bobb</DIV>
<DIV>&nbsp;</DIV>
<DIV><BR><BR>&gt;&gt;&gt; "John Beck" &lt;beckjoh@knology.net&gt; wrote:<BR></DIV>
<DIV style="PADDING-LEFT: 7px; MARGIN: 0px 0px 0px 15px; BORDER-LEFT: #050505 1px solid; BACKGROUND-COLOR: #f3f3f3">
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>Hello list, I hope someone can help me.</FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>I am trying to use GeoMoose 1.4 on Apache with MS4W.&nbsp; I also use IE for my browser.<BR><BR>I have successfully loaded x,y data from MySql. I use the standared circle "ellipse" symbol. </FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face="Courier New" size=2></FONT></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face="Courier New" size=2>NAME 'circle'</FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face="Courier New" size=2>TYPE ELLIPSE</FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face="Courier New" size=2>POINTS 1 1 END</FONT></FONT></FONT></DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3><FONT face="Courier New" size=2>FILLED TRUE</DIV></FONT></FONT></FONT>
<DIV><FONT face=Arial size=2><FONT face=Arial size=2></FONT></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2><FONT face="Times New Roman" size=3>In other MapServer applications, (p.mapper, jbox, and Chameleon)&nbsp;when I zoom into the points a nice series of small rounded points are shown. In GeoMoose, when I zoom into a series of points the points look more like large raster blocks and they are all merged together.&nbsp; In fact they are not even round.<BR><BR>My data are in Lat Long, units dd. Do you think it could be a precision issue or coordinate issue? I notice in the coordinate bar that the decimal places only go 2 values. This data is at least 6 decimals places and the points are close together however other mapserver applications can display the data fine. Should I first convert to UTM? Could this be a mode = map vs. mode = browse issue?&nbsp; Any ideas or thoughts would be appreciated. I would like to use GeoMoose but this could be a show stopper.<BR><BR>Thanks in advance.<BR><BR>JB</FONT><BR></DIV></FONT></DIV></BLOCKQUOTE></DIV></BODY></HTML>