Changeset 1539 in josm for trunk/styles


Ignore:
Timestamp:
2009-04-20T10:12:55+02:00 (15 years ago)
Author:
ulfl
Message:

typo: shoppping_centre
add direction=clockwise rule to distinguish between clockwise and counter-clockwise mini_roundabout's

File:
1 edited

Legend:

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

    r1537 r1539  
    599599
    600600        <rule>
     601                <condition k="direction" v="clockwise"/>
     602                <icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"/>
     603                <scale_min>1</scale_min>
     604                <scale_max>50000</scale_max>
     605        </rule>
     606
     607        <rule>
    601608                <condition k="highway" v="mini_roundabout"/>
    602                 <icon annotate="true" src="vehicle/restriction/roundabout_left.png"/>
     609                <icon annotate="true" src="vehicle/restriction/roundabout_right.png"/>
    603610                <scale_min>1</scale_min>
    604611                <scale_max>50000</scale_max>
     
    25862593        </rule>
    25872594
    2588         <!-- duplicate of shoppping_centre? -->
    2589         <rule>
    2590                 <condition k="shop" v="shoppping_centre"/>
     2595        <!-- duplicate of shopping_centre? -->
     2596        <rule>
     2597                <condition k="shop" v="shopping_centre"/>
    25912598                <icon annotate="true" src="shop/mall.png"/>
    25922599                <area colour="shop#00005f"/>
Note: See TracChangeset for help on using the changeset viewer.