mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-20 10:03:29 +00:00
Merge pull request #5459 from quincylvania/green-barrier-hedge
Use the green stroke color to render barrier=hedge
This commit is contained in:
@@ -26,7 +26,8 @@ path.stroke.tag-landuse,
|
||||
path.stroke.tag-natural,
|
||||
path.stroke.tag-leisure-nature_reserve,
|
||||
path.stroke.tag-leisure-pitch,
|
||||
path.stroke.tag-leisure-park {
|
||||
path.stroke.tag-leisure-park,
|
||||
path.stroke.tag-barrier-hedge {
|
||||
stroke: rgb(140, 208, 95);
|
||||
}
|
||||
path.fill.tag-landuse,
|
||||
@@ -274,4 +275,3 @@ path.fill.tag-natural-glacier {
|
||||
border-color: rgb(170, 170, 170);
|
||||
background: rgba(170, 170, 170, 0.3);
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user