Changeset 951 in josm
- Timestamp:
- 2008-09-13T19:53:43+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.xml
r947 r951 7 7 -b for the values yes / no (boolean, will also understand true, 1 and false, 0 respectively) 8 8 Although the value flags v/b for the condition are optional, using at 9 9 least one of them is highly recommended! 10 10 3. line attributes 11 11 - width absolute width in pixel in every zoom level 12 12 - realwidth relative width which will be scaled in meters, integer 13 13 - colour 14 14 - priority 15 15 4. linemod attributes 16 16 - all line attributes … … 23 23 5. area attributes 24 24 - colour 25 25 - priority 26 26 6. icon attributes 27 27 - icon path to icon, relative to the icon path (default: subdirectory icons in 28 28 directory where this file is) 29 29 - priority 30 30 7. scale_min / scale_max 31 31 - zoom scale for display … … 904 904 <rule> 905 905 <condition k="railway" v="tram"/> 906 906 <!-- prefer way types over tram - draw tram as overlay in joined cases --> 907 907 <line width="1" colour="rail#808080" dashed="true" priority="-10000"/> 908 908 <linemod mode="over" width="1" colour="railover#202020" dashed="true"/>
Note:
See TracChangeset
for help on using the changeset viewer.