Changeset 885 in josm for trunk/styles/standard
- Timestamp:
- 2008-08-28T22:07:04+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.xml
r879 r885 39 39 <rule> 40 40 <condition k="bridge" b="yes"/> 41 < !-- no line or area, as this is a highway=xy, railway=xy, .... -->41 <linemod mode="over" width="+4" colour="bridge#00008080" dashed="false"/> 42 42 <icon annotate="true" src="vehicle/viaduct.png"/> 43 43 <scale_min>1</scale_min> … … 53 53 <rule> 54 54 <condition k="bridge" v="viaduct"/> 55 < !-- no line or area, as this is a highway=xy, railway=xy, .... -->55 <linemod mode="over" width="+4" colour="bridge#00008080" dashed="false"/> 56 56 <icon annotate="true" src="vehicle/viaduct.png"/> 57 57 <scale_min>1</scale_min> … … 60 60 <rule> 61 61 <condition k="bridge" v="aqueduct"/> 62 < !-- no line or area, as this is a highway=xy, railway=xy, .... -->62 <linemod mode="over" width="+4" colour="bridge#00008080" dashed="false"/> 63 63 <icon annotate="true" src="nautical/aqueduct.png"/> 64 64 <scale_min>1</scale_min> … … 67 67 <rule> 68 68 <condition k="bridge" v="swing"/> 69 < !-- no line or area, as this is a highway=xy, railway=xy, .... -->69 <linemod mode="over" width="+4" colour="bridge#00008080" dashed="false"/> 70 70 <icon annotate="true" src="vehicle/viaduct.png"/> 71 71 <scale_min>1</scale_min> … … 74 74 <rule> 75 75 <condition k="tunnel" b="yes"/> 76 < !-- no line or area, as this is a highway=xy, railway=xy, .... -->76 <linemod mode="over" width="+4" colour="bridge#00008080" dashed="false"/> 77 77 <icon annotate="true" src="vehicle/tunnel.png"/> 78 78 <scale_min>1</scale_min> … … 886 886 <rule> 887 887 <condition k="railway" v="tram"/> 888 <line width="1" colour="rail#808080" dashed="true"/> 888 <!-- prefer way types over tram - draw tram as overlay in joined cases --> 889 <line width="1" colour="rail#808080" dashed="true" priority="-10000"/> 890 <linemod mode="over" width="1" colour="rail#808080" dashed="true"/> 889 891 <icon annotate="true" src="misc/deprecated.png"/> 890 892 <scale_min>1</scale_min>
Note:
See TracChangeset
for help on using the changeset viewer.