On Oct 8, 2010, at 7:08 AM, John Mitchell wrote: > How can I configure mapnik/ogcserver to accept wms getmap requests for > a format of geotiff like I already can do for png and jpeg. I am > using mapnik 0.7.1 > > Thanks, > > John >
Hi John, Tiff is not currently a supported output format, but could be added fairly easily with the use of PIL (just within the GetMap code of the ogcserver) or by adding proper write support to Mapnik core (since we already support using libtiff for reading). Geotiff could be accomplished either by adding support in Mapnik for writing tiff tags, or by constructing a world file and bundling the image (could be png even) along with that world file. The world file approach is the quick and dirty, and that in combination with gdal_translate is how I provide GeoTiff output in nik2img. Dane _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

