mapnik / mapnik

Mapnik is an open source toolkit for developing mapping applications

Home Page:http://mapnik.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add `transform` option to `GroupSymbolizer`

zdila opened this issue · comments

Please add transform option to GroupSymbolizer which should work the same way as in MarkersSymbolizer.

GroupSymbolizer could maybe use even more options from MarkersSymbolizer, like multi-policy, ...

In my case I would like to replace some MarkersSymbolizers with GroupSymbolizers to allow local icon overlapping as I want to compose an icon from multiple SVG files according to feature properties. Please see mapnik/mapnik-support#147. Unfortunately I am missing transform option which I use on icons to try various placements.