Index: osm-map-features-z17.xml
===================================================================
--- osm-map-features-z17.xml (revision 8737)
+++ osm-map-features-z17.xml (working copy)
@@ -2139,7 +2139,7 @@
stroke: white;
font-family: "DejaVu Sans";
font-weight: normal;
- text-anchor: middle;
+ text-anchor: middle;
}
.highway-name {
@@ -2160,8 +2160,6 @@
stroke-linejoin: round;
stroke: #777777;
fill: none;
- marker-start: url(#bridge-casing-start);
- marker-end: url(#bridge-casing-end);
}
.bridge-core {
@@ -3460,6 +3458,8 @@
.osmarender-mask-white { stroke: white; }
.osmarender-no-marker-start { marker-start: none; }
.osmarender-no-marker-end { marker-end: none; }
+ .osmarender-bridge-end { marker-end: url(#bridge-casing-start); }
+ .osmarender-bridge-start { marker-start: url(#bridge-casing-end); }
@@ -3601,11 +3601,32 @@
-
-
+
+
-
-
+
+
+
Index: osmarender.xsl
===================================================================
--- osmarender.xsl (revision 8737)
+++ osmarender.xsl (working copy)
@@ -495,12 +495,24 @@ Foundation, Inc., 59 Temple Place, Suite
+
+
+
+
+
+
+
+ osmarender-stroke-linecap-butt osmarender-bridge-start
+
+
@@ -532,6 +544,10 @@ Foundation, Inc., 59 Temple Place, Suite
+
+
+
+
+
+ osmarender-stroke-linecap-butt osmarender-bridge-end
+
+