mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-14 13:18:15 +02:00
Merge branch 'master' into summer_toboggan
This commit is contained in:
+25
-3
@@ -1,10 +1,12 @@
|
||||
/* power */
|
||||
/* power and pipeline */
|
||||
.preset-icon .icon.tag-man_made-pipeline,
|
||||
.preset-icon .icon.tag-power {
|
||||
color: #939393;
|
||||
fill: #939393;
|
||||
}
|
||||
|
||||
/* power */
|
||||
|
||||
path.stroke.tag-power {
|
||||
stroke: #939393;
|
||||
stroke-width: 2;
|
||||
@@ -13,6 +15,21 @@ path.casing.tag-power {
|
||||
stroke: none;
|
||||
}
|
||||
|
||||
/* pipeline */
|
||||
|
||||
path.stroke.tag-man_made-pipeline {
|
||||
stroke: #CBD0D8;
|
||||
stroke-linecap: butt;
|
||||
stroke-width: 3;
|
||||
stroke-dasharray: 80, 1.25;
|
||||
}
|
||||
path.casing.tag-man_made-pipeline {
|
||||
stroke: #666;
|
||||
stroke-width: 4.5;
|
||||
}
|
||||
.low-zoom path.stroke.tag-man_made-pipeline {
|
||||
stroke-dasharray: 40, 1;
|
||||
}
|
||||
|
||||
/* boundaries */
|
||||
path.stroke.tag-boundary {
|
||||
@@ -145,10 +162,14 @@ path.casing.tag-highway-bridleway.tag-bridge {
|
||||
|
||||
|
||||
/* tunnels */
|
||||
path.stroke.tag-tunnel {
|
||||
path.stroke.tag-tunnel,
|
||||
path.line.stroke.tag-location-underground,
|
||||
path.line.stroke.tag-location-underwater {
|
||||
stroke-opacity: 0.3;
|
||||
}
|
||||
path.casing.tag-tunnel {
|
||||
path.casing.tag-tunnel,
|
||||
path.line.casing.tag-location-underground,
|
||||
path.line.stroke.tag-location-underwater {
|
||||
stroke-opacity: 0.5;
|
||||
stroke-linecap: butt;
|
||||
stroke-dasharray: none;
|
||||
@@ -218,6 +239,7 @@ path.fill.tag-building {
|
||||
stroke: rgba(224, 110, 95, 0.3);
|
||||
fill: rgba(224, 110, 95, 0.3);
|
||||
}
|
||||
.preset-icon-fill-area.tag-parking-multi-storey,
|
||||
.preset-icon-fill-area.tag-building {
|
||||
border-color: rgb(224, 110, 95);
|
||||
background-color: rgba(224, 110, 95, 0.3);
|
||||
|
||||
Reference in New Issue
Block a user