diff --git a/public/potlatch2/map_features.xml b/public/potlatch2/map_features.xml
index fe29b07ca..00a2b266e 100644
--- a/public/potlatch2/map_features.xml
+++ b/public/potlatch2/map_features.xml
@@ -453,11 +453,13 @@ Quick documentation:
name="Bike lanes" category="Cycle" description="Road has bike lanes within the road surface"
key="cycleway" layout="horizontal">
-
+
+
+
http://wiki.openstreetmap.org/wiki/Key:cycleway
@@ -2095,6 +2097,10 @@ Quick documentation:
+
+
+
+
diff --git a/public/potlatch2/potlatch.css b/public/potlatch2/potlatch.css
index f51fdd135..e54ce6230 100644
--- a/public/potlatch2/potlatch.css
+++ b/public/potlatch2/potlatch.css
@@ -236,7 +236,7 @@ way[embankment=yes], way[cutting=yes]
{ z-index: 8; opacity: 0.5; color: grey; width: eval('_width+5'); dashes: 2, 2; }
/* Oneway */
-way[oneway=yes] { z-index: 15; color: #444444; width: 2; dashes: 15,35; line-style: arrows; }
+way[oneway=yes], way[junction=roundabout] { z-index: 15; color: #444444; width: 2; dashes: 15,35; line-style: arrows; }
way[access=private],way[access=no] { z-index: 10; color: red; width: eval('_width+2'); dashes: 2,5;}
way[access=permissive] { z-index: 10; color: green; width: eval('_width+2'); dashes: 1,3;}
diff --git a/public/potlatch2/potlatch2.swf b/public/potlatch2/potlatch2.swf
index ed67465cc..68347d3d3 100644
Binary files a/public/potlatch2/potlatch2.swf and b/public/potlatch2/potlatch2.swf differ