mapnik/OGCServer

Using Mapnik 2.3 transparent images look wrong

Closed this issue · 3 comments

The default for Mapnik 2.3 is to return png8 when calling im.tostring('png'). Needs a way to define format returned (png8, png24 or png32)

mapnik/mapnik#2110

Yes, you should start returning im.tostring('png32') by default. Easy change, right?

@springmeyer will this work with previous mapnik versions?

@springmeyer I've just filtered on mapnik_version(), so no problem :)