Changeset 6273 in josm


Ignore:
Timestamp:
2013-09-30T23:38:59+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #9133 - avoid blank icons for nodes with maxstay or toll keys

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/styles/standard/elemstyles.xml

    r6218 r6273  
    283283        <rule>
    284284                <condition k="maxstay"/>
    285                 <icon src="misc/no_icon.png"/>
     285                <icon src="misc/no_icon.png" priority="-100"/>
    286286        </rule>
    287287
    288288        <rule>
    289289                <condition k="toll"/>
    290                 <icon src="misc/no_icon.png"/>
     290                <icon src="misc/no_icon.png" priority="-100"/>
    291291        </rule>
    292292
     
    373373        <rule>
    374374                <condition k="barrier" v="bump_gate"/>
    375                 <icon annotate="true" src="misc/no_icon.png"/>
     375                <icon annotate="true" src="misc/no_icon.png" priority="-100"/>
    376376        </rule>
    377377        <rule>
Note: See TracChangeset for help on using the changeset viewer.