This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

Two markers in two layers for the same object.

0

Mapnik does not implement halos for marker symbolizers, so I tried to implement it with two layers: a lower one whose stroke is twice as thick as the wanted halo, and a second one with the marker without stroke. But I hit this:

https://github.com/mapnik/mapnik/issues/4247

It seems like mapnik is still applying overlap detection between the layers. Is this expected behavior?

asked 23 Sep '21, 08:43

Marcos%20Dione's gravatar image

Marcos Dione
71113
accept rate: 0%

Source code available on GitHub .