Index: /trunk/styles/standard/elemstyles.mapcss
===================================================================
--- /trunk/styles/standard/elemstyles.mapcss	(revision 7043)
+++ /trunk/styles/standard/elemstyles.mapcss	(revision 7044)
@@ -141,5 +141,5 @@
     realwidth: 1;
     color: address#1C86EE;
-    dashes: 1,1;
+    dashes: 2,2;
 }
 area[building] {
@@ -614,5 +614,5 @@
     realwidth: 1;
     color: foot#00ff00;
-    dashes: 1,1;
+    dashes: 2,2;
 }
 node[highway=steps] {
@@ -2813,5 +2813,5 @@
     width: 1;
     color: aerialway#663300;
-    dashes: 1,1;
+    dashes: 2,2;
 }
 node[aerialway=goods] {
Index: /trunk/styles/standard/elemstyles.xml
===================================================================
--- /trunk/styles/standard/elemstyles.xml	(revision 7043)
+++ /trunk/styles/standard/elemstyles.xml	(revision 7044)
@@ -585,5 +585,5 @@
 	<rule>
 		<condition k="highway" v="steps"/>
-		<line width="1" realwidth="1" dashed="1" colour="foot#00ff00"/>
+		<line width="1" realwidth="1" dashed="2" colour="foot#00ff00"/>
 		<icon annotate="true" src="transport/steps.png"/>
 	</rule>
@@ -1183,5 +1183,5 @@
 	<rule>
 		<condition k="aerialway" v="goods"/>
-		<line width="1" colour="aerialway#663300" dashed="1"/>
+		<line width="1" colour="aerialway#663300" dashed="2"/>
 		<icon annotate="true" src="transport/aerialway/goods.png"/>
 	</rule>
@@ -3890,10 +3890,10 @@
 	<rule>
 		<condition k="addr:interpolation" v="all"/>
-		<line width="1" realwidth="1" dashed="1,1" colour="address#1C86EE"/>
+		<line width="1" realwidth="1" dashed="2,2" colour="address#1C86EE"/>
 	</rule>
 
 	<rule>
 		<condition k="addr:interpolation" v="alphabetic"/>
-		<line width="1" realwidth="1" dashed="1,1" colour="address#1C86EE"/>
+		<line width="1" realwidth="1" dashed="2,2" colour="address#1C86EE"/>
 	</rule>
 
