Changeset 3493 in josm for trunk/styles/standard


Ignore:
Timestamp:
2010-08-29T23:06:21+02:00 (14 years ago)
Author:
ulfl
Message:

sync preset and mappaint icons a little
(Presets and mappaint shouldn't use different icons for the same things ... still a lot to do here)

File:
1 edited

Legend:

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

    r3448 r3493  
    20442044
    20452045        <rule>
     2046                <condition k="amenity" v="motorcycle_parking"/>
     2047                <icon annotate="true" src="vehicle/parking/motorbike.png"/>
     2048                <area colour="amenity_traffic#f7efb7"/>
     2049                <scale_min>1</scale_min>
     2050                <scale_max>50000</scale_max>
     2051        </rule>
     2052
     2053        <rule>
    20462054                <condition k="amenity" v="bicycle_parking"/>
    20472055                <icon annotate="true" src="vehicle/parking/bicycle.png"/>
     
    24612469        <rule>
    24622470                <condition k="amenity" v="ferry_terminal"/>
    2463                 <icon annotate="true" src="misc/no_icon.png"/>
     2471                <icon annotate="true" src="nautical/ferry.png"/>
    24642472                <area colour="amenity_light#f7efb7"/>
    24652473                <scale_min>1</scale_min>
     
    27262734        <rule>
    27272735                <condition k="shop" v="car_repair"/>
    2728                 <icon annotate="true" src="transport/car.png"/>
     2736                <icon annotate="true" src="vehicle/repair_shop.png"/>
     2737                <area colour="shop#00005f"/>
     2738                <scale_min>1</scale_min>
     2739                <scale_max>50000</scale_max>
     2740        </rule>
     2741
     2742        <rule>
     2743                <condition k="shop" v="tyres"/>
     2744                <icon annotate="true" src="vehicle/tyres.png"/>
    27292745                <area colour="shop#00005f"/>
    27302746                <scale_min>1</scale_min>
     
    35783594        <rule>
    35793595                <condition k="natural" v="cave_entrance"/>
    3580                 <icon src="misc/no_icon.png"/>
     3596                <icon src="vehicle/tunnel.png"/>
    35813597                <area colour="natural#002f00"/>
    35823598                <scale_min>1</scale_min>
Note: See TracChangeset for help on using the changeset viewer.