Changeset 5190 in josm


Ignore:
Timestamp:
Apr 16, 2012 6:12:13 PM (13 months ago)
Author:
simon04
Message:

fix #7613 - Icons for building entrances

File:
1 edited

Legend:

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

    r5183 r5190  
    36343634<!--annotation tags --> 
    36353635 
    3636 <!--"work in progress" tags --> 
     3636<!-- building/entrance/address --> 
    36373637 
    36383638        <rule> 
     
    36423642        </rule> 
    36433643 
    3644         <rule> 
    3645                 <condition k="entrance"/> 
    3646                 <icon annotate="true" src="vehicle/entrance.png"/> 
    3647         </rule> 
    3648  
    3649         <rule> 
    3650                 <condition k="area" b="yes"/> 
    3651                 <area colour="area#ffffff" priority="-10000"/> 
     3644    <rule> 
     3645        <condition k="building" v="entrance" /> 
     3646        <icon annotate="true" src="misc/entrance-yes.png" priority="100"/> 
     3647    </rule> 
     3648 
     3649    <rule> 
     3650        <condition k="entrance" v="yes" /> 
     3651        <icon annotate="true" src="misc/entrance-yes.png"/> 
     3652    </rule> 
     3653 
     3654    <rule> 
     3655        <condition k="entrance" v="main" /> 
     3656        <icon annotate="true" src="misc/entrance-main.png"/> 
     3657    </rule> 
     3658 
     3659    <rule> 
     3660        <condition k="entrance" v="service" /> 
     3661        <icon annotate="true" src="misc/entrance-service.png"/> 
     3662    </rule> 
     3663 
     3664    <rule> 
     3665        <condition k="entrance" v="exit" /> 
     3666        <icon annotate="true" src="misc/entrance-exit.png"/> 
     3667    </rule> 
     3668 
     3669    <rule> 
     3670        <condition k="entrance" v="emergency" /> 
     3671        <icon annotate="true" src="misc/entrance-emergency.png"/> 
     3672    </rule> 
     3673 
     3674    <rule> 
     3675        <condition k="area" b="yes"/> 
     3676        <area colour="area#ffffff" priority="-10000"/> 
    36523677        </rule> 
    36533678 
     
    36803705                <condition k="addr:interpolation" v="alphabetic"/> 
    36813706                <line width="1" realwidth="1" dashed="1,1" colour="address#1C86EE"/> 
    3682         </rule> 
    3683  
    3684         <rule>  
    3685                 <condition k="fixme"/>  
    3686                 <icon annotate="true" src="misc/fixme.png" priority="10000"/> 
     3707    </rule> 
     3708 
     3709<!--"work in progress" tags --> 
     3710 
     3711    <rule>  
     3712        <condition k="fixme"/> 
     3713        <icon annotate="true" src="misc/fixme.png" priority="10000"/> 
    36873714        </rule>  
    36883715 
Note: See TracChangeset for help on using the changeset viewer.