Modify

Opened 3 years ago

Closed 3 years ago

#4396 closed defect (fixed)

Priorities for style elements working only partially

Reported by: anonymous Owned by: team
Priority: normal 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 Changed 3 years ago by jttt

  • Resolution set to fixed
  • Status changed from new to closed

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

Add Comment

Modify Ticket

Change Properties
<Author field>
Action
as closed .
as The resolution will be set. Next status will be 'closed'.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.