Ignore:
Timestamp:
2014-02-06T23:22:26+01:00 (10 years ago)
Author:
bastiK
Message:

map style: add some icons for craft=*

File:
1 edited

Legend:

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

    r6777 r6820  
    25902590        </rule>
    25912591
     2592<!--craft tags -->
     2593
     2594        <rule>
     2595                <condition k="craft" v="painter"/>
     2596                <icon annotate="true" src="craft/painter.png"/>
     2597                <area colour="craft#999900"/>
     2598        </rule>
     2599
     2600        <rule>
     2601                <condition k="craft" v="plumber"/>
     2602                <icon annotate="true" src="craft/plumber.png"/>
     2603                <area colour="craft#999900"/>
     2604        </rule>
     2605
     2606        <rule>
     2607                <condition k="craft" v="pottery"/>
     2608                <icon annotate="true" src="craft/pottery.png"/>
     2609                <area colour="craft#999900"/>
     2610        </rule>
     2611
     2612        <rule>
     2613                <condition k="craft" v="stonemason"/>
     2614                <icon annotate="true" src="craft/stonemason.png"/>
     2615                <area colour="craft#999900"/>
     2616        </rule>
     2617
     2618        <rule>
     2619                <condition k="craft" v="tiler"/>
     2620                <icon annotate="true" src="craft/tiler.png"/>
     2621                <area colour="craft#999900"/>
     2622        </rule>
     2623
     2624        <rule>
     2625                <condition k="craft" v="window_construction"/>
     2626                <icon annotate="true" src="craft/window_construction.png"/>
     2627                <area colour="craft#999900"/>
     2628        </rule>
     2629
    25922630<!--tourism tags -->
    25932631
Note: See TracChangeset for help on using the changeset viewer.