Modify ↓
#10368 closed defect (fixed)
node square conflicts with maxspeed sign
Reported by: | Klumbumbus | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 14.08 |
Component: | Internal mappaint style | Version: | |
Keywords: | Cc: |
Description
Due to changes in [7386] (particulary major-z-index: 4.95; /* put node squares above line text */
) the node is drawn on top of the new maxspeed signs, since they are no longer icons but symbols.
One more selector is needed there to fix this, so the line
node|z16-[!is_prop_set("icon-image")]
changes to
node|z16-[!is_prop_set("icon-image")][!is_prop_set("maxspeedclass")]
Attachments (0)
Change History (6)
comment:2 by , 10 years ago
Summary: | node square conflicts with maxspeed sign [patch] → node square conflicts with maxspeed sign |
---|
comment:5 by , 10 years ago
I was thinking about another implementation, but yours is better. :) Thanks!
comment:6 by , 10 years ago
Milestone: | → 14.08 |
---|
Note:
See TracTickets
for help on using tickets.
I just noticed, that this is not a perfect fix, because it also hides the node on z17 when nodes are still drawn but no icons/maxspeed signs.