<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>MAPSERVER-USERS Digest - 27 Oct 2004 to 28 Oct 2004 (#2004-96)</TITLE>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2900.2523" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>After the reinstallation of Mapserver 4.2.5 I 
noticed a malfunctioning in the behaviour of the GRID layers in my mapfile. 
</FONT></DIV>
<DIV><FONT face=Arial size=2>The proble is that the labels on the border of the 
GRIDS are shown twice. This is because of the BUFFER parameter. Mapserver shows 
both the label at the normal position (on the grid line) and also the buffered 
label at a certain distance. I partially solv ed the problem eliminating the 
BUFFER option in the label section. In the previously installed Mapserver 
version (4.0) the same mapfile worked well and the buffer option&nbsp;acted as 
it was expected putting the laber at 4 or 5 pixel distance from the 
line.</FONT></DIV>
<DIV><FONT face=Arial size=2>I include the code of&nbsp;the grid&nbsp;layer in 
the mapfile:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Giorgio Plazzotta</FONT></DIV>
<DIV><FONT face=Arial size=2>Assemini - Italy</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>&nbsp; LAYER<BR>&nbsp;&nbsp;&nbsp; NAME "Reticolo 
UTM/WGS84"<BR>&nbsp;&nbsp;&nbsp; GROUP "Localizzazione 
geografica"<BR>&nbsp;&nbsp;&nbsp; STATUS OFF<BR>&nbsp;&nbsp;&nbsp; MINSCALE 
1<BR>&nbsp;&nbsp;&nbsp; MAXSCALE 2000000<BR>&nbsp;&nbsp;&nbsp; TYPE 
LINE<BR>&nbsp;&nbsp;&nbsp; CLASS<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 128 128 
128<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
LABEL<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; FONT 
fritqat<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TYPE 
truetype<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; POSITION 
AUTO<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; #BUFFER 
5<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SIZE 
7<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; COLOR 128 128 
128<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; PARTIALS 
FALSE<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; END<BR>&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp;&nbsp;&nbsp; PROJECTION<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"init=epsg:23033"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"ellps=WGS84"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"zone=32"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 
"north"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "no_defs"<BR>&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp;&nbsp;&nbsp; GRID<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; LABELFORMAT 
"%.0f"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MAXARCS 
5<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; MAXSUBDIVIDE 2<BR>&nbsp;&nbsp;&nbsp; 
END<BR>&nbsp; END</FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>