Changeset 3337 in josm for trunk/styles/standard


Ignore:
Timestamp:
2010-06-22T22:16:33+02:00 (14 years ago)
Author:
bastiK
Message:
  • see #4613 (symbol for fire_hydrant);
  • added style for *=official
File:
1 edited

Legend:

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

    r2969 r3337  
    709709        </rule>
    710710
    711     <!-- display path with bicycle/foot=designated as if it was cycleway/footway -->
     711    <!-- display path with bicycle/foot=designated/official as if it was cycleway/footway -->
    712712        <rule>
    713713                <condition k="highway" v="path"/>
     
    720720        <rule>
    721721                <condition k="highway" v="path"/>
     722                <condition k="bicycle" v="official"/>
     723                <line width="1" realwidth="2" colour="bicycle#b100ff" priority="100"/>
     724                <scale_min>1</scale_min>
     725                <scale_max>50000</scale_max>
     726        </rule>
     727
     728        <rule>
     729                <condition k="highway" v="path"/>
    722730                <condition k="foot" v="designated"/>
     731                <line width="1" realwidth="1" colour="foot#00ff00" priority="100"/>
     732                <scale_min>1</scale_min>
     733                <scale_max>50000</scale_max>
     734        </rule>
     735
     736        <rule>
     737                <condition k="highway" v="path"/>
     738                <condition k="foot" v="official"/>
    723739                <line width="1" realwidth="1" colour="foot#00ff00" priority="100"/>
    724740                <scale_min>1</scale_min>
     
    736752       
    737753        <rule>
     754                <condition k="highway" v="path"/>
     755                <condition k="bicycle" v="official"/>
     756                <condition k="foot" v="official"/>
     757                <line width="1" realwidth="2" colour="bicycle#b100ff" dashedcolour="foot#00ff00" dashed="14,14" priority="200"/>
     758                <scale_min>1</scale_min>
     759                <scale_max>50000</scale_max>
     760        </rule>
     761
     762        <rule>
    738763                <condition k="highway" v="pedestrian"/>
    739764                <line width="3" realwidth="5" colour="foot#00ff00"/>
     
    25102535                <area colour="amenity_light#f7efb7"/>
    25112536                <icon annotate="true" src="leisure/bbq.png"/>
     2537                <scale_min>1</scale_min>
     2538                <scale_max>50000</scale_max>
     2539        </rule>
     2540
     2541        <rule>
     2542                <condition k="amenity" v="fire_hydrant"/>
     2543                <area colour="amenity_light#f7efb7"/>
     2544                <icon annotate="true" src="service/fire_hydrant.png"/>
    25122545                <scale_min>1</scale_min>
    25132546                <scale_max>50000</scale_max>
Note: See TracChangeset for help on using the changeset viewer.