}
g.midpoint .fill {
+ fill: #eee;
+ stroke: #444;
+ stroke-opacity: .6;
+ opacity: .7;
+}
+
+g.midpoint.tag-highway-pedestrian .fill,
+g.midpoint.tag-highway-steps .fill,
+g.midpoint.tag-highway-path .fill,
+g.midpoint.tag-highway-footway .fill,
+g.midpoint.tag-highway-cycleway .fill,
+g.midpoint.tag-highway-bridleway .fill {
fill: #fff;
stroke: #333;
stroke-opacity: .8;
background-color: rgba(140, 208, 95, 0.2);
}
+path.fill.tag-landuse-residential,
+path.fill.tag-landuse-retail,
+path.fill.tag-landuse-commercial,
+path.fill.tag-landuse-industrial {
+ fill: none;
+ stroke-width: 60px;
+}
+
path.stroke.tag-landuse-residential {
stroke: rgb(224, 110, 95);
}
path.fill.tag-landuse-residential {
- fill: rgba(224, 110, 95, 0.1);
+ stroke: rgba(224, 110, 95, 0.3);
}
.preset-icon-fill-area.tag-landuse-residential {
border-color: rgb(224, 110, 95);
- background-color: rgba(224, 110, 95, 0.1);
+ background: none;
+ box-shadow: inset 0 0 0 5px rgba(224, 110, 95, 0.3);
}
path.stroke.tag-landuse-retail,
}
path.fill.tag-landuse-retail,
path.fill.tag-landuse-commercial {
- fill: rgba(234, 176, 86, 0.1);
+ stroke: rgba(234, 176, 86, 0.3);
}
.preset-icon-fill-area.tag-landuse-retail,
.preset-icon-fill-area.tag-landuse-commercial {
border-color: rgb(234, 176, 86);
- background-color: rgba(234, 176, 86, 0.1);
+ background: none;
+ box-shadow: inset 0 0 0 5px rgba(234, 176, 86, 0.3);
}
path.stroke.tag-landuse-industrial {
stroke: rgb(228, 164, 245);
}
path.fill.tag-landuse-industrial {
- fill: rgba(228, 164, 245, 0.1);
+ stroke: rgba(228, 164, 245, 0.3);
}
.preset-icon-fill-area.tag-landuse-industrial {
border-color: rgb(228, 164, 245);
- background-color: rgba(228, 164, 245, 0.1);
+ background: none;
+ box-shadow: inset 0 0 0 5px rgba(228, 164, 245, 0.3);
}
path.stroke.tag-landuse-basin,