Ignore:
Timestamp:
2011-04-20T15:21:52+02:00 (13 years ago)
Author:
stoecker
Message:

fix #6212 - support tertiary_link in map display

File:
1 edited

Legend:

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

    r3929 r4044  
    461461        </rule>
    462462
    463                 <rule>
     463        <rule>
    464464                <condition k="highway" v="tertiary"/>
    465465                <line width="2" realwidth="5" colour="tertiary#f7f496"/>
     466                <icon annotate="true" src="misc/deprecated.png"/>
     467        </rule>
     468
     469        <rule>
     470                <condition k="highway" v="tertiary_link"/>
     471                <line width="2" realwidth="4" colour="tertiary#f7f496"/>
    466472                <icon annotate="true" src="misc/deprecated.png"/>
    467473        </rule>
Note: See TracChangeset for help on using the changeset viewer.