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

How to make “unimportant” markers that can be overlapped (mapnik)?

0

When I make a marker layer, even with marker-allow-overlap: true, those markers cannot be overlapped by markers and text on higher layers. I'd like to make markers outside the collision tree, so labels and other markers could be drawn on top of them. Is there a way to do this with mapnik 2.2?

asked 28 Apr '14, 08:08

Zverik's gravatar image

Zverik
61331016
accept rate: 10%


One Answer:

4

And immediately after asking this question I've found the answer: marker-ignore-placement: true. How did I not see that yesterday?..

answered 28 Apr '14, 08:21

Zverik's gravatar image

Zverik
61331016
accept rate: 10%

Source code available on GitHub .