mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Adjust aeroway runway, taxiway, apron styles for visibility
(closes #3845)
This commit is contained in:
53
css/map.css
53
css/map.css
@@ -958,10 +958,52 @@ path.casing.tag-highway-steps.tag-unpaved {
|
||||
|
||||
|
||||
/* aeroways */
|
||||
path.stroke.tag-aeroway-taxiway {
|
||||
stroke: #805C80;
|
||||
|
||||
/* areas */
|
||||
path.stroke.area.tag-aeroway {
|
||||
stroke:#fff;
|
||||
stroke-dasharray: none;
|
||||
stroke-width: 2;
|
||||
}
|
||||
|
||||
/* lines */
|
||||
path.stroke.tag-aeroway-taxiway,
|
||||
path.stroke.tag-taxiway {
|
||||
stroke-width: 4;
|
||||
}
|
||||
path.casing.tag-aeroway-taxiway,
|
||||
path.casing.tag-taxiway {
|
||||
stroke-width: 6;
|
||||
}
|
||||
|
||||
.low-zoom path.stroke.tag-aeroway-taxiway,
|
||||
.low-zoom path.stroke.tag-taxiway {
|
||||
stroke-width: 2;
|
||||
}
|
||||
.low-zoom path.casing.tag-aeroway-taxiway,
|
||||
.low-zoom path.casing.tag-taxiway {
|
||||
stroke-width: 4;
|
||||
}
|
||||
|
||||
.preset-icon .icon.tag-aeroway-taxiway,
|
||||
.preset-icon .icon.tag-taxiway {
|
||||
color: #ff0;
|
||||
fill: #666;
|
||||
}
|
||||
path.stroke.tag-aeroway-taxiway,
|
||||
path.stroke.tag-taxiway {
|
||||
stroke: #ff0;
|
||||
}
|
||||
path.casing.tag-aeroway-taxiway,
|
||||
path.casing.tag-taxiway {
|
||||
stroke: #666;
|
||||
}
|
||||
|
||||
.preset-icon .icon.tag-aeroway-runway,
|
||||
.preset-icon .icon.tag-runway {
|
||||
color: #444;
|
||||
fill: #000;
|
||||
}
|
||||
path.shadow.tag-aeroway-runway {
|
||||
stroke-width: 20;
|
||||
}
|
||||
@@ -980,13 +1022,6 @@ path.fill.tag-aeroway-runway {
|
||||
stroke: rgba(0, 0, 0, 0.6);
|
||||
fill: rgba(0, 0, 0, 0.6);
|
||||
}
|
||||
path.stroke.tag-aeroway-apron {
|
||||
stroke: #805C80;
|
||||
}
|
||||
path.fill.tag-aeroway-apron {
|
||||
stroke: rgba(128, 92, 128, 0.2);
|
||||
fill: rgba(128, 92, 128, 0.2);
|
||||
}
|
||||
|
||||
|
||||
/* railways */
|
||||
|
||||
Reference in New Issue
Block a user