diff --git a/css/25_areas.css b/css/25_areas.css index 2805d5e0b..3cd56114c 100644 --- a/css/25_areas.css +++ b/css/25_areas.css @@ -23,6 +23,7 @@ path.stroke.old-multipolygon { /* Green things */ path.stroke.tag-landuse, +path.stroke.tag-barrier-hedge, path.stroke.tag-natural, path.stroke.tag-leisure-nature_reserve, path.stroke.tag-leisure-pitch, diff --git a/css/50_misc.css b/css/50_misc.css index 7fefafc97..14629185e 100644 --- a/css/50_misc.css +++ b/css/50_misc.css @@ -72,8 +72,10 @@ path.stroke.tag-natural-tree_row { /* barriers */ -path.stroke.tag-barrier { +path.stroke.tag-barrier:not(.tag-barrier-hedge) { stroke: #ddd; +} +path.stroke.tag-barrier { stroke-width: 3px; stroke-linecap: round; stroke-dasharray: 15, 5, 1, 5;