mapnik / mapnik-support

Use the issues queue here to ask questions and offer help on using Mapnik (maybe if this works well we can retire the mailing list at http://mapnik.org/contact/?)
6 stars 6 forks source link

Is there a way to specify initial spacing for MarkersSymbolizer? #137

Closed zdila closed 4 years ago

zdila commented 4 years ago

We would like to put two MarkerSymbolizers on a line, one shifted so that they would not cover. Is something like that possible?

MarkerSymbolizer      1: -x---x---x---x---x-...
MarkerSymbolizer      2: ---o---o---o---o---...
MarkerSymbolizer result: -x-o-x-o-x-o-x-o-x-...
talaj commented 4 years ago

Not easily, what I know. Offset is always spacing / 2. There is no dy like in Text/Shield symbolizer.