Hello, 2012/3/26 David MENTRE <[email protected]>: > After looking at Mapnik2 source code, it appears that wrapping > algorithm is apparently not called if placement="line" (it is only > called for placement="point"). Would anybody see a workaround to keep > placement="line" while keeping wrapping for long names?
In fact, what would be useful to have a placement="line,point". Firstly Mapnik tries a line placement, and if it fails it falls back to a point placement. Best regards, david
