[Tilecache] Text labels getting smudged with tilecache
louvy.joseph at gmail.com
louvy.joseph at gmail.com
Thu Nov 8 11:31:49 EST 2007
Thanks. Yes, the mimetypes are mixed up.
Since I had problems with transparent png24 in IE versions, I had to
resort to png8 and tilecache.cfg setup for png8 did not work out well
for me. So I had to hardcode the format to png8 in Layer.py instead of
using self.format() call. Things worked out ok but except for this
smudge. I did not suspect the smudge to be result of my change.
For some reason, I could not use "extension=png8" in tilecache.cfg. I
will try if I can figure it out but if you know any tips on how to
configure png8, I appreciate.
Thanks again
Louvy
Christopher Schmidt wrote:
> On Thu, Nov 08, 2007 at 06:58:28PM +0530, louvy.joseph at gmail.com wrote:
>
>> Fonts are getting smudged/smeared through tilecache while the same tile
>> if not passed through tilecache comes out much crisper from the
>> geoesrver. Has anybody seen this issue? It does not happen for every
>> text label though. Lines or points are fine; the problem is only with
>> the labels. I am guessing that this is some kind of problem with PIL.
>> Isn't the PIL supposed to blindly cut the metaTile? Why would it change
>> the colors? Has anybody seen this? And what could be the root cause?
>>
>
> Are you sure you're using the same mime type to talk directly to
> GeoServer as TileCache is? I'd expect that you've probably got different
> image configurations... for example, one is requesting png8, one is
> requesting png24, somehow.
>
> Regards,
>
More information about the Tilecache
mailing list