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