Modify

Opened 15 years ago

Closed 15 years ago

#4396 closed defect (fixed)

Priorities for style elements working only partially

Reported by: anonymous Owned by: team
Priority: normal Milestone:
Component: Core Version: latest
Keywords: Cc:

Description

In the default style there is a rule

<rule>

<condition k="addr:housenumber"/>
<icon annotate="true" src="misc/housenumber.png" priority="-50000"/>
<scale_min>1</scale_min>
<scale_max>50000</scale_max>

</rule>

I am trying to overload this rule with a rule in a custom style sheet to make the housenumbers disappear.

<rule>

<condition k="addr:housenumber"/>
<icon annotate="false" src="_ghost.png" priority="80000"/>

<rule>

The result is that the housenumber icons disappear, but the text remains visible in spite of annotate="false". This used to work.

Noted in version 2721

Attachments (0)

Change History (1)

comment:1 by jttt, 15 years ago

Resolution: fixed
Status: newclosed

(In [3222]) Fix #4396 Priorities for style elements working only partially

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.