Changeset 4741 in josm


Ignore:
Timestamp:
Dec 29, 2011 2:31:11 PM (18 months ago)
Author:
Don-vip
Message:

fix #7176 - closed highway=pedestrian way gets painted as area regardless of area=yes (patch by Cobra)

File:
1 edited

Legend:

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

    r4660 r4741  
    575575                <condition k="highway" v="pedestrian"/> 
    576576                <line width="3" realwidth="5" colour="foot#00ff00"/> 
     577                <icon annotate="true" src="misc/deprecated.png"/> 
     578        </rule> 
     579 
     580        <rule> 
     581                <condition k="highway" v="pedestrian"/> 
     582                <condition k="area" v="yes"/> 
     583                <line width="3" realwidth="5" colour="foot#00ff00"/> 
    577584                <area colour="foot#00ff00" closed="true"/> 
    578585                <icon annotate="true" src="misc/deprecated.png"/> 
Note: See TracChangeset for help on using the changeset viewer.