Based on https://gist.github.com/springmeyer/7459452
- Mapnik >= 2.3 and the python bindings
To replicate the bug run:
python render.py
You need to change the style in map.xml and the output file in render.py:
point.png is the reference image
shield1.png has dy=0 and the point is in the same place as point.png
shield2.png has dy=-10 and the point has moved some pixels up
shield3.png has dy=-30 and the point has moved the same pixels up as with dy=-10
I expect the point to always be in the same position