Changeset 6709 in josm


Ignore:
Timestamp:
2014-01-17T02:25:39+01:00 (10 years ago)
Author:
Don-vip
Message:

fix #6039, fix #7746:

  • highway=road when tagged looked like boundary=administrative
  • wrong style applied to ways for deprecated tags
File:
1 edited

Legend:

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

    r6686 r6709  
    119119        <rule>
    120120                <condition k="bridge" b="no"/>
    121                 <line width="2" realwidth="5" dashed="true" colour="deprecated#ff0000" priority="-50000"/>
    122121                <icon annotate="true" src="misc/deprecated.png"/>
    123122        </rule>
     
    144143        <rule>
    145144                <condition k="tunnel" b="no"/>
    146                 <line width="2" realwidth="5" dashed="true" colour="deprecated#ff0000"/>
    147145                <icon annotate="true" src="misc/deprecated.png"/>
    148146        </rule>
    149147        <rule>
    150148                <condition k="cutting" b="no"/>
    151                 <line width="2" realwidth="5" dashed="true" colour="deprecated#ff0000"/>
    152149                <icon annotate="true" src="misc/deprecated.png"/>
    153150        </rule>
    154151        <rule>
    155152                <condition k="embankment" b="no"/>
    156                 <line width="2" realwidth="5" dashed="true" colour="deprecated#ff0000"/>
    157153                <icon annotate="true" src="misc/deprecated.png"/>
    158154        </rule>
     
    476472        <rule>
    477473                <condition k="highway" v="road"/>
    478                 <line width="2" realwidth="5" dashed="true" colour="deprecated#ff0000"/>
     474                <line width="2" realwidth="5" colour="deprecated#ff0000"/>
    479475                <icon annotate="true" src="misc/deprecated.png"/>
    480476        </rule>
     
    674670        <rule>
    675671                <condition k="highway" v="ford"/>
    676                 <line width="2" realwidth="5" colour="ford#ff0000"/>
    677672                <icon annotate="true" src="vehicle/ford.png"/>
    678673        </rule>
     
    24342429
    24352430        <rule>
    2436                 <!-- superseeded by greengrocer -->
    2437                 <condition k="shop" v="groceries"/>
    2438                 <icon annotate="true" src="misc/deprecated.png"/>
    2439                 <area colour="deprecated#ff0000"/>
    2440         </rule>
    2441 
    2442         <rule>
    24432431                <condition k="shop" v="garden_centre"/>
    24442432                <icon annotate="true" src="shop/garden_centre.png"/>
     
    35973585        <rule>
    35983586                <condition k="mountain_pass" b="yes"/>
    3599                 <line width="2" realwidth="5" dashed="true" colour="deprecated#ff0000"/>
    36003587                <icon src="misc/landmark/mountain_pass.png"/>
    36013588        </rule>
Note: See TracChangeset for help on using the changeset viewer.