Changeset 1715 in josm for trunk/styles
- Timestamp:
- 2009-07-01T21:07:19+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.xml
r1714 r1715 207 207 <rule> 208 208 <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"/>--> 210 210 <icon annotate="true" src="vehicle/restriction/bicycle-designated.png"/> 211 211 <scale_min>1</scale_min> … … 221 221 <rule> 222 222 <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"/>--> 224 224 <icon annotate="true" src="vehicle/restriction/foot-designated.png"/> 225 225 <scale_min>1</scale_min> … … 249 249 <rule> 250 250 <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"/>--> 252 252 <icon src="vehicle/restriction/horse-designated.png"/> 253 253 <scale_min>1</scale_min>
Note:
See TracChangeset
for help on using the changeset viewer.