Use the green stroke color to render barrier=hedge

This commit is contained in:
Quincy Morgan
2018-11-02 19:41:03 -07:00
parent 3e03102731
commit b2569e2554
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -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,
+3 -1
View File
@@ -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;