Changeset 1715 in josm for trunk


Ignore:
Timestamp:
2009-07-01T21:07:19+02:00 (15 years ago)
Author:
ulfl
Message:

fix #1559: remove rules for foot=designated, horse=designated and bicycle=designated as a line. Otherwise this will "overwrite" other e.g. highway=xy tags.

File:
1 edited

Legend:

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

    r1714 r1715  
    207207        <rule>
    208208                <condition k="bicycle" v="designated"/>
    209                 <line width="1" realwidth="2" colour="bicycle#ff00ff"/>
     209                <!-- see trac #1559 <line width="1" realwidth="2" colour="bicycle#ff00ff"/>-->
    210210                <icon annotate="true" src="vehicle/restriction/bicycle-designated.png"/>
    211211                <scale_min>1</scale_min>
     
    221221        <rule>
    222222                <condition k="foot" v="designated"/>
    223                 <line width="1" realwidth="1" colour="foot#00ff00"/>
     223                <!-- see trac #1559 <line width="1" realwidth="1" colour="foot#00ff00"/>-->
    224224                <icon annotate="true" src="vehicle/restriction/foot-designated.png"/>
    225225                <scale_min>1</scale_min>
     
    249249        <rule>
    250250                <condition k="horse" v="designated"/>
    251                 <line width="1" realwidth="2" colour="horse#c08000"/>
     251                <!-- see trac #1559 <line width="1" realwidth="2" colour="horse#c08000"/>-->
    252252                <icon src="vehicle/restriction/horse-designated.png"/>
    253253                <scale_min>1</scale_min>
Note: See TracChangeset for help on using the changeset viewer.