mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 17:23:02 +00:00
better bridge rendering, closes #630
This commit is contained in:
24
css/map.css
24
css/map.css
@@ -595,11 +595,31 @@ path.casing.tag-highway-steps {
|
||||
stroke: #fff;
|
||||
}
|
||||
|
||||
/* bridges */
|
||||
|
||||
path.casing.tag-bridge-yes {
|
||||
stroke-width: 14;
|
||||
stroke: #333;
|
||||
stroke-opacity: 0.5;
|
||||
stroke: #000;
|
||||
}
|
||||
|
||||
path.casing.tag-highway-living_street.tag-bridge-yes,
|
||||
path.casing.tag-highway-path.tag-bridge-yes {
|
||||
stroke-width: 6;
|
||||
}
|
||||
|
||||
path.casing.line.tag-highway-pedestrian,
|
||||
path.casing.tag-highway-service.tag-bridge-yes,
|
||||
path.casing.tag-highway-track.tag-bridge-yes,
|
||||
path.casing.tag-highway-steps.tag-bridge-yes,
|
||||
path.casing.tag-highway-footway.tag-bridge-yes,
|
||||
path.casing.tag-highway-cycleway.tag-bridge-yes,
|
||||
path.casing.tag-highway-bridleway.tag-bridge-yes {
|
||||
stroke-width: 8;
|
||||
}
|
||||
|
||||
/* tunnels */
|
||||
|
||||
path.stroke.tag-highway.tag-tunnel-yes {
|
||||
stroke-opacity: 0.3;
|
||||
}
|
||||
@@ -614,6 +634,8 @@ path.casing.tag-highway-construction {
|
||||
stroke-dasharray: 7, 7;
|
||||
}
|
||||
|
||||
/* construction */
|
||||
|
||||
svg[data-zoom="16"] path.stroke.tag-highway-construction,
|
||||
svg[data-zoom="16"] path.casing.tag-highway-construction {
|
||||
stroke-linecap: butt;
|
||||
|
||||
Reference in New Issue
Block a user