Merge branch 'master' into summer_toboggan

This commit is contained in:
hikemaniac
2018-10-28 19:51:51 +01:00
committed by GitHub
78 changed files with 937 additions and 387 deletions
+25 -3
View File
@@ -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);