mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Use highway tags for golf paths and cart paths (close #6165)
Offer to upgrade golf paths missing highway tags
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user