Mapnik-users, Nik2img 0.3.0 is out. The release is based on a basic, but long- needed, re-working of the internals and command line interface. Nik2img now takes advantage of the Python 'optparse' module instead of old-school 'getopt' module and therefore now benefits from more uniform (and hopefully friendly) interface for accepting options.
So, in short a command that was previously: $ nik2img -m map.xml -o img.png is now just: $ nik2img map.xml img.png Thus the mapfile and image arguments are truly arguments (like they should have always been), while flags are only needed for true options. Upgrade via Pypi with: $ sudo easy_install -U nik2img Or download from http://code.google.com/p/mapnik-utils/wiki/Nik2Img See also: http://trac.mapnik.org/wiki/Nik2Img and the Changelog here: http://mapnik-utils.googlecode.com/svn/tags/nik2img/0.3.0/CHANGELOG.txt Dane _______________________________________________ Mapnik-users mailing list [email protected] https://lists.berlios.de/mailman/listinfo/mapnik-users

