﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
4396	Priorities for style elements working only partially	anonymous	team	"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"	defect	closed	normal		Core	latest	fixed		
