Modify

Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#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:1 by Klumbumbus, 10 years ago

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.

Last edited 10 years ago by Klumbumbus (previous) (diff)

comment:2 by Klumbumbus, 10 years ago

Summary: node square conflicts with maxspeed sign [patch]node square conflicts with maxspeed sign

comment:3 by bastiK, 10 years ago

Resolution: fixed
Status: newclosed

In 7387/josm:

fixed #10368 - node square conflicts with maxspeed sign (patch by Klumbumbus)

comment:4 by bastiK, 10 years ago

In 7388/josm:

see #10368 - fixed |z17

comment:5 by Klumbumbus, 10 years ago

I was thinking about another implementation, but yours is better. :) Thanks!

comment:6 by Don-vip, 10 years ago

Milestone: 14.08

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain team.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.