Zverik / Nik4

Mapnik to image export
Do What The F*ck You Want To Public License
123 stars 23 forks source link

Error every time #8

Closed esisa closed 10 years ago

esisa commented 10 years ago

Not sure what I am doing wrong but I always get an error when trying to run Nik4.

For example running this: /nik4.py -c 0 51.477 --size-px 800 600 -z 17 turkart.xml test.png

Returns this: Traceback (most recent call last): File "./nik4.py", line 306, in style_xml = xml_vars(style_xml, options.vars) File "./nik4.py", line 154, in xml_vars for kv in variables: TypeError: 'NoneType' object is not iterable

Zverik commented 10 years ago

Adding a feature just before going out on vacation has once again proved to be unwise :) Fixed in fd695b3cb135588079735cf09dc87bd74695a847, thanks!

esisa commented 10 years ago

He...he.. thanks!