Add styling for ephemeral tags (closes #2740)

includes various forms of:
 'proposed', 'construction', 'disused', 'abandoned', 'dismantled',
 'razed', 'demolished', 'obliterated'
This commit is contained in:
Bryan Housel
2015-07-28 17:18:16 -04:00
parent 11c009ee70
commit 7288806012
3 changed files with 97 additions and 20 deletions
+9 -9
View File
@@ -347,10 +347,10 @@ path.fill.tag-landuse-landfill {
.pattern-color-construction {
fill: rgba(196, 189, 25, 0.2);
}
path.stroke.tag-landuse-construction {
path.stroke.tag-landuse.tag-ephemeral {
stroke: rgb(196, 189, 25);
}
.preset-icon-fill-area.tag-landuse-construction {
.preset-icon-fill-area.tag-landuse.tag-ephemeral {
border-color: rgb(196, 189, 25);
background-color: rgba(196, 189, 25, 0.2);
}
@@ -939,18 +939,18 @@ path.shadow.tag-cutting {
}
/* construction */
/* Ephemeral */
path.stroke.tag-highway-construction,
path.casing.tag-highway-construction {
path.stroke.tag-ephemeral,
path.casing.tag-ephemeral {
stroke-linecap: butt;
stroke-dasharray: 7, 7;
stroke-dasharray: 7, 3;
}
.low-zoom path.stroke.tag-highway-construction,
.low-zoom path.casing.tag-highway-construction {
.low-zoom path.stroke.tag-ephemeral,
.low-zoom path.casing.tag-ephemeral {
stroke-linecap: butt;
stroke-dasharray: 5, 5;
stroke-dasharray: 5, 2;
}
text {