Changeset 6218 in josm for trunk/styles


Ignore:
Timestamp:
2013-09-06T01:14:51+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #9056 - add support for natural=tree_row

File:
1 edited

Legend:

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

    r6212 r6218  
    30163016
    30173017        <rule>
     3018                <condition k="natural" v="tree_row"/>
     3019                <icon src="misc/no_icon.png"/>
     3020                <line width="2" colour="woodarea#008000"/>
     3021        </rule>
     3022       
     3023        <rule>
    30183024                <condition k="natural" v="wood"/>
    30193025                <icon src="misc/landmark/trees.png"/>
     
    37213727        </rule>
    37223728
    3723     <rule>
    3724         <condition k="building" v="garage"/>
    3725         <icon annotate="true" src="misc/landuse/garages.png"/>
    3726     </rule>
    3727 
    3728     <rule>
    3729         <condition k="building" v="garages"/>
    3730         <icon annotate="true" src="misc/landuse/garages.png"/>
    3731     </rule>
     3729        <rule>
     3730                <condition k="building" v="garage"/>
     3731                <icon annotate="true" src="misc/landuse/garages.png"/>
     3732        </rule>
     3733
     3734        <rule>
     3735                <condition k="building" v="garages"/>
     3736                <icon annotate="true" src="misc/landuse/garages.png"/>
     3737        </rule>
    37323738
    37333739        <rule>
     
    38543860                <icon annotate="true" src="transport/railway_station.png"  priority="10" />
    38553861                <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/>
    3856         <area colour="service#809bc0" closed="true" />
     3862                <area colour="service#809bc0" closed="true" />
    38573863        </rule>
    38583864
     
    38623868                <icon annotate="true" src="transport/railway_station.png"  priority="8" />
    38633869                <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/>
    3864         <area colour="service#809bc0" closed="true" />
     3870                <area colour="service#809bc0" closed="true" />
    38653871        </rule>
    38663872
     
    38703876                <icon annotate="true" src="transport/ferry.png"  priority="7" />
    38713877                <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/>
    3872         <area colour="service#809bc0" closed="true" />
     3878                <area colour="service#809bc0" closed="true" />
    38733879        </rule>
    38743880
     
    38783884                <icon annotate="true" src="transport/aerialway/station.png"  priority="6" />
    38793885                <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/>
    3880         <area colour="service#809bc0" closed="true" />
     3886                <area colour="service#809bc0" closed="true" />
    38813887        </rule>
    38823888
     
    38863892                <icon annotate="true" src="transport/bus_small.png"  priority="4" />
    38873893                <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/>
    3888         <area colour="service#809bc0" closed="true" />
     3894                <area colour="service#809bc0" closed="true" />
    38893895        </rule>
    38903896
     
    38933899                <icon annotate="true" src="transport/bus_small.png" priority="-10"/>
    38943900                <line width="1" realwidth="1" colour="service#809bc0" dashed="9" dashedcolour="livingdashed#00ff00"/>
    3895         <area colour="service#809bc0" closed="true" />
     3901                <area colour="service#809bc0" closed="true" />
    38963902        </rule>
    38973903
Note: See TracChangeset for help on using the changeset viewer.