Changeset 1118 in josm


Ignore:
Timestamp:
Dec 13, 2008 4:10:58 PM (5 years ago)
Author:
ulfl
Message:

add parking=multi-storey (used > 500 times)

lower the prio for some stuff, so more specialised icons take precedence, e.g. place_of_worship vs. religion= (formerly, this was only working by chance)

File:
1 edited

Legend:

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

    r1110 r1118  
    730730        <rule> 
    731731                <condition k="waterway" v="riverbank"/> 
    732                 <line width="1" colour="riverbank#0000cf" priority="10000"/> 
    733                 <area colour="riverbank#0000cf" priority="10000"/> 
     732                <line width="1" colour="riverbank#0000cf" priority="10000"/> 
     733                <area colour="riverbank#0000cf" priority="10000"/> 
    734734                <icon annotate="true" src="misc/deprecated.png"/> 
    735735                <scale_min>1</scale_min> 
     
    11641164        </rule> 
    11651165 
    1166         <!--the power_source rules must be placed before the power=generator rule! --> 
    11671166        <rule> 
    11681167                <condition k="power_source" v="wind"/> 
     
    11991198        <rule> 
    12001199                <condition k="power" v="generator"/> 
    1201                 <icon annotate="true" src="misc/landmark/power.png"/> 
     1200                <icon annotate="true" src="misc/landmark/power.png" priority="-10000"/> 
    12021201                <area width="1" colour="power#eeeeee"/> 
    12031202                <scale_min>1</scale_min> 
     
    15241523 
    15251524        <rule> 
     1525                <condition k="parking" v="multi-storey"/> 
     1526                <icon annotate="true" src="vehicle/parking/garage.png" priority="10000"/> 
     1527                <area colour="amenity_traffic#f7efb7"/> 
     1528                <scale_min>1</scale_min> 
     1529                <scale_max>50000</scale_max> 
     1530        </rule> 
     1531 
     1532        <rule> 
    15261533                <condition k="amenity" v="parking"/> 
    15271534                <icon annotate="true" src="vehicle/parking.png"/> 
     
    16671674        </rule> 
    16681675 
    1669         <!--the religion rules must be placed before the place_of_worship rule! --> 
    16701676        <rule> 
    16711677                <condition k="religion" v="bahai"/> 
     
    17391745 
    17401746        <rule> 
    1741                 <condition k="amenity" v="place_of_worship"/> 
     1747                <condition k="amenity" v="place_of_worship" priority="-10000"/> 
    17421748                <icon annotate="true" src="religion.png"/> 
    17431749                <area colour="amenity2#f7efb7"/> 
     
    33873393 
    33883394        <!-- this will badly display otherwise well tagged footways and alike, so comment it out until we have better ways to display this in JOSM! 
     3395        XXX - maybe it's possible to use linemod's here? 
    33893396        <rule> 
    33903397                <condition k="surface" v="paved"/> 
     
    35613568<!--"work in progress" tags --> 
    35623569 
    3563         <!-- keep this generic rules at the end of the file, so more specialised rules fit first --> 
    35643570        <rule> 
    35653571                <condition k="building" b="yes"/> 
     
    36783684        </rule> 
    36793685 
     3686<!-- miscellaneous other tags, not fit elsewhere -->     
    36803687        <rule> 
    36813688                <condition k="traffic_sign" v="city_limit"/> 
Note: See TracChangeset for help on using the changeset viewer.