<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style>
</head>
<body class='hmmessage'><div dir='ltr'>
Andreas,<br><br>Check out http://mapserver.org/output/tile_mode.html. It mentions the parameter "<em>tile_map_edge_buffer</em>". That addresses the issue you are experiencing. However, this is only available from MapServer 6, whereas you are  using mapserver 5.6.5.<br><br>You may want to defer this operation to a cache renderer ,e.g. TileCache or MapProxy. You can configure these in such a way that they will request an image slightly bigger than 256x256 and will cut out a map tile at 256x256. Furthermore, for labelling purposes these cache renderers typically request even larger images (e.g. 1300*1300), cut off a 10 pixel border to counter the effects your are experiencing and then slice the remaining image 1280x1280 into 25 map tiles 256x256.<br><br>This cache renderers prove these advantages:<br>- less requests to MapServer at rendering time (only 1 large one instead of 25 small ones)<br>- better labelling<br>- no map tile creation upon each request, but map tiles are simply delivered from cache.<br><br>Hope this helps.<br><br>Kind regards,<br><br>Edward<br><br><br><br><div>&gt; From: andreas.heckwolf@menturagroup.com<br>&gt; To: mapserver-users@lists.osgeo.org<br>&gt; Date: Fri, 18 Nov 2011 00:44:03 +0200<br>&gt; Subject: [mapserver-users] circular symbol for roads at border of tiles<br>&gt; <br>&gt; Hi all,<br>&gt; <br>&gt; I am using mapserver 5.6.5, as installed on Debian stable, to render<br>&gt; tiles (WMS) to an OpenLayers map. Streets are rendered with a circular<br>&gt; symbol. Roads going across tile borders do have at the border a circle<br>&gt; visible. Please see picture at:<br>&gt; <br>&gt; http://andreas.menturagroup.com/MapTilesProblem.jpg.<br>&gt; <br>&gt; I understand what is happening, and why. Is there any way to avoid this,<br>&gt; or a better way of rendering streets?<br>&gt; <br>&gt; Thanks,<br>&gt; <br>&gt; Andreas<br>&gt; <br>&gt; <br>&gt; Here my SYMBOL definition and the styles:<br>&gt; <br>&gt;   SYMBOL<br>&gt;     NAME "line_solid"<br>&gt;     TYPE ellipse<br>&gt;     POINTS 1 1 END<br>&gt;     FILLED true<br>&gt;   END<br>&gt; <br>&gt; <br>&gt; Then for the streets layer I have defined the following styles:<br>&gt; <br>&gt;       STYLE<br>&gt;         SYMBOL 'line_solid'<br>&gt;         COLOR 130 130 130<br>&gt;         SIZE 12<br>&gt;       END<br>&gt;       STYLE<br>&gt;         SYMBOL 'line_solid'<br>&gt;         COLOR 255 255 200<br>&gt;         SIZE 10<br>&gt;       END<br>&gt; <br>&gt; <br>&gt; <br>&gt; MapServer version 5.6.5 OUTPUT=GIF OUTPUT=PNG OUTPUT=JPEG OUTPUT=WBMP<br>&gt; OUTPUT=SWF OUTPUT=SVG SUPPORTS=PROJ SUPPORTS=AGG SUPPORTS=FREETYPE<br>&gt; SUPPORTS=ICONV SUPPORTS=FRIBIDI SUPPORTS=WMS_SERVER SUPPORTS=WMS_CLIENT<br>&gt; SUPPORTS=WFS_SERVER SUPPORTS=WFS_CLIENT SUPPORTS=WCS_SERVER<br>&gt; SUPPORTS=SOS_SERVER SUPPORTS=FASTCGI SUPPORTS=THREADS SUPPORTS=GEOS<br>&gt; SUPPORTS=RGBA_PNG INPUT=EPPL7 INPUT=POSTGIS INPUT=OGR INPUT=GDAL<br>&gt; INPUT=SHAPEFILE<br>&gt; <br>&gt; <br>&gt; -- <br>&gt; \_________________________________________________________________<br>&gt; Dipl.-Ing. Andreas Heckwolf              Voice : +358 40 5847 445<br>&gt;   Mentura Group Oy                         Fax: +358 424480 800 <br>&gt;     Lönnrotinkatu 32 A 26 00180 Helsinki www.menturagroup.com<br>&gt; <br>&gt; _______________________________________________<br>&gt; mapserver-users mailing list<br>&gt; mapserver-users@lists.osgeo.org<br>&gt; http://lists.osgeo.org/mailman/listinfo/mapserver-users<br></div>                                               </div></body>
</html>