Use highway tags for golf paths and cart paths (close #6165)

Offer to upgrade golf paths missing highway tags
This commit is contained in:
Quincy Morgan
2019-04-09 19:07:00 -07:00
parent 89d8f887be
commit df7a2f978e
10 changed files with 28 additions and 81 deletions
-42
View File
@@ -414,45 +414,3 @@ path.fill.tag-building {
stroke: rgba(224, 110, 95, 0.3);
fill: rgba(224, 110, 95, 0.3);
}
/* "Special" paths - highways that aren't highways */
.preset-icon .icon.tag-golf-path {
color: #988;
fill: #dca;
}
path.line.shadow.tag-golf-path {
stroke-width: 16;
}
path.line.casing.tag-golf-path {
stroke: #dca;
stroke-width: 5;
stroke-linecap: round;
stroke-dasharray: none;
}
path.line.stroke.tag-golf-path {
stroke: #988;
stroke-width: 3;
stroke-linecap: butt;
stroke-dasharray: 6, 6;
}
.low-zoom path.line.shadow.tag-golf-path {
stroke-width: 12;
}
.low-zoom path.line.casing.tag-golf-path {
stroke-width: 3;
}
.low-zoom path.line.stroke.tag-golf-path {
stroke-width: 1;
stroke-linecap: butt;
stroke-dasharray: 3, 3;
}
g.midpoint.tag-golf-path .fill {
fill: #fff;
stroke: #333;
stroke-opacity: .8;
opacity: .8;
}