Changeset 6777 in josm for trunk/styles


Ignore:
Timestamp:
2014-01-29T22:57:33+01:00 (10 years ago)
Author:
simon04
Message:

fix #9613 - Add style+preset for highway=raceway

The style color is inspired by the nice Mapnik color

File:
1 edited

Legend:

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

    r6709 r6777  
    596596
    597597        <rule>
     598                <condition k="highway" v="raceway"/>
     599                <line width="1" colour="raceway#ff80ff"/>
     600        </rule>
     601
     602        <rule>
    598603                <condition k="direction" v="clockwise"/>
    599604                <icon annotate="true" src="vehicle/restriction/roundabout_left.png" priority="10000"/>
Note: See TracChangeset for help on using the changeset viewer.