Closed knowname closed 6 years ago
Since e26570d mapnik does not instanciate layers with "status=off" in the stylefile anymore. This causes Nik4 to break if you try to use the "--fit" options as described in the example of the README:
nik4.py --fit route --add-layers route,stops --ppi 150 -a 6 osm.xml route.png
I suggest to add a "status=initialize" (or "status=load") to the style and update mapnik accordingly.
Fixed :)
Great! Thanks.
Since e26570d mapnik does not instanciate layers with "status=off" in the stylefile anymore. This causes Nik4 to break if you try to use the "--fit" options as described in the example of the README:
nik4.py --fit route --add-layers route,stops --ppi 150 -a 6 osm.xml route.png
I suggest to add a "status=initialize" (or "status=load") to the style and update mapnik accordingly.