mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
Add preset for power=plant
(closes #3661) This one was a little complicated because they are generally tagged along with landuse=industrial, and we want to make sure the power=plant is the tag used for matching.
This commit is contained in:
+6
-3
@@ -296,14 +296,17 @@ path.fill.tag-landuse-commercial {
|
||||
background-color: rgba(214, 136, 26, 0.3);
|
||||
}
|
||||
|
||||
path.stroke.tag-landuse-industrial {
|
||||
path.stroke.tag-landuse-industrial,
|
||||
path.stroke.tag-power-plant {
|
||||
stroke: rgb(228, 164, 245);
|
||||
}
|
||||
path.fill.tag-landuse-industrial {
|
||||
path.fill.tag-landuse-industrial,
|
||||
path.fill.tag-power-plant {
|
||||
stroke: rgba(228, 164, 245, 0.3);
|
||||
fill: rgba(228, 164, 245, 0.3);
|
||||
}
|
||||
.preset-icon-fill-area.tag-landuse-industrial {
|
||||
.preset-icon-fill-area.tag-landuse-industrial,
|
||||
.preset-icon-fill-area.tag-power-plant {
|
||||
border-color: rgb(228, 164, 245);
|
||||
background-color: rgba(228, 164, 245, 0.3);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user