Thanks Chris and Thomas for clarifying... I think my thoughts were correct and my descriptions were not... go figure.
MfG ----- Original Message ---- > From: thomas bonfort <[email protected]> > To: Christopher Schmidt <[email protected]> > Cc: Dan Little <[email protected]>; [email protected] > Sent: Tuesday, March 3, 2009 12:01:45 PM > Subject: Re: [mapserver-users] Mapserver images doesn't fit well on a tiling > scheme??? > > To summarize, here is the way to *completely* avoid truncated labels > and edge artifacts: > > * use a 10 pixel metabuffer in your tilecache config (the number of > metatiles is irrelevant, but as Chris points out, there'll be more > labels included if you use a 3x3 (or more) metatiling scheme than a > 1x1 one : > > metaTile=true > metaSize=3,3 > metaBuffer=10 > > * set a 10 pixel edge buffer in mapserver (so no labels are rendered > in the 10 pixels on the edges of the image) : > WEB > METADATA > labelcache_map_edge_buffer "-10" > END > END > > * use PARTIALS FALSE in all your label blocks > > -- > Thomas Bonfort > CampToCamp _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
