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
(In [3222]) Fix #4396 Priorities for style elements working only partially