Ignore:
Timestamp:
2012-05-28T12:47:29+02:00 (12 years ago)
Author:
simon04
Message:

fix #7722 - update roundabout-related styles/presets/checks.

  • allow junction=roundabout on nodes + icon
  • require highway only for junctions on ways (validator)
  • remove area style for highway=turning_circle
File:
1 edited

Legend:

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

    r5247 r5250  
    692692        <rule>
    693693                <condition k="highway" v="turning_circle"/>
    694                 <area colour="turningcircle#c0c0c0"/>
    695694                <icon annotate="true" src="vehicle/turning_circle.png"/>
    696695        </rule>
     
    740739                <condition k="junction" v="roundabout"/>
    741740                <line width="2" colour="roundabout#eeeeee"/>
    742                 <!-- tagging a node makes no real sense, a roundabout should be tagged with several nodes, or a highway=mini_roundabout should probably be used -->
    743                 <icon annotate="true" src="misc/deprecated.png"/>
     741                <icon annotate="true" src="vehicle/restriction/roundabout_right.png"/>
    744742        </rule>
    745743
Note: See TracChangeset for help on using the changeset viewer.