Hi,<div><br></div><div>I&#39;m very happy that mapserver is now capable of server side clustering. However I wonder if it&#39;s possible to completely get rid of the tile clipping.</div><div><br></div><div>Currently I&#39;ve clustered a point layer with 44k points:</div>
<div><br></div><div><div>            CLUSTER</div><div>                        MAXDISTANCE 100</div><div>                        REGION &quot;ellipse&quot;</div><div><br></div><div>                END</div></div><div><br>
</div><div>It is displayed with a simple image:</div><div><div>                       STYLE</div><div>                                SYMBOL          &quot;small_shaded.png&quot;</div><div>                                SIZE            21</div>
<div>                                OUTLINECOLOR    0 0 0</div><div>                        END</div></div><div><br></div><div>However, when viewing this on google maps, the images are often clipped at the tile edges.</div>
<div><br></div><div>I figured that I could solve this with mapcache:</div><div><br></div><div><div> &lt;tileset name=&quot;ld&quot;&gt;</div><div>    &lt;source&gt;ld&lt;/source&gt;</div><div>    &lt;cache&gt;disk&lt;/cache&gt;</div>
<div>    &lt;grid&gt;g2&lt;/grid&gt;</div><div>    &lt;format&gt;PNG&lt;/format&gt;</div><div>    &lt;metatile&gt;2 2&lt;/metatile&gt;</div><div>    &lt;metabuffer&gt;30&lt;/metabuffer&gt;</div><div>    &lt;expires&gt;3600&lt;/expires&gt;</div>
<div>    &lt;auto_expire&gt;2592000&lt;/auto_expire&gt;</div><div>  &lt;/tileset&gt;</div></div><div><br></div><div>i&#39;ve tried higher values for metatile and it helps a bit, but the problem simply shifts location. Also with higher values (eg 5 5 metatile) mapserver doesn&#39;t return the tiles on time for mapcache and I get gaps in my results.</div>
<div><br></div><div>Would preseeding the data help with the timeouts? Any other solutions that I may try? The metadata parameter for tile_edge buffer only works with labels as far as i know.</div><div><br></div><div>Thanks in advance, this issue has been troubling me for some time now :).</div>
<div><br></div><div>Best regards,</div><div>Wim</div><div><br></div>