Changeset 7044 in josm for trunk/styles/standard/elemstyles.xml
- Timestamp:
- 2014-05-02T00:52:27+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/styles/standard/elemstyles.xml
r7036 r7044 585 585 <rule> 586 586 <condition k="highway" v="steps"/> 587 <line width="1" realwidth="1" dashed=" 1" colour="foot#00ff00"/>587 <line width="1" realwidth="1" dashed="2" colour="foot#00ff00"/> 588 588 <icon annotate="true" src="transport/steps.png"/> 589 589 </rule> … … 1183 1183 <rule> 1184 1184 <condition k="aerialway" v="goods"/> 1185 <line width="1" colour="aerialway#663300" dashed=" 1"/>1185 <line width="1" colour="aerialway#663300" dashed="2"/> 1186 1186 <icon annotate="true" src="transport/aerialway/goods.png"/> 1187 1187 </rule> … … 3890 3890 <rule> 3891 3891 <condition k="addr:interpolation" v="all"/> 3892 <line width="1" realwidth="1" dashed=" 1,1" colour="address#1C86EE"/>3892 <line width="1" realwidth="1" dashed="2,2" colour="address#1C86EE"/> 3893 3893 </rule> 3894 3894 3895 3895 <rule> 3896 3896 <condition k="addr:interpolation" v="alphabetic"/> 3897 <line width="1" realwidth="1" dashed=" 1,1" colour="address#1C86EE"/>3897 <line width="1" realwidth="1" dashed="2,2" colour="address#1C86EE"/> 3898 3898 </rule> 3899 3899
Note:
See TracChangeset
for help on using the changeset viewer.