mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-12 04:31:39 +02:00
Merge pull request #1266 from porjo/aeroway2
Update aeroway=runway style to cater for areas
This commit is contained in:
+7
-4
@@ -597,14 +597,13 @@ path.casing.tag-highway-steps {
|
||||
|
||||
/* aeroways */
|
||||
|
||||
path.shadow.tag-aeroway-runway {
|
||||
stroke-width: 20;
|
||||
}
|
||||
|
||||
path.stroke.tag-aeroway-taxiway {
|
||||
stroke: #805C80;
|
||||
stroke-width: 4;
|
||||
}
|
||||
path.shadow.tag-aeroway-runway {
|
||||
stroke-width: 20;
|
||||
}
|
||||
path.stroke.tag-aeroway-runway {
|
||||
stroke: #fff;
|
||||
stroke-width: 2;
|
||||
@@ -616,6 +615,10 @@ path.casing.tag-aeroway-runway {
|
||||
stroke: #000;
|
||||
stroke-linecap: square;
|
||||
}
|
||||
path.fill.tag-aeroway-runway {
|
||||
fill: #000;
|
||||
fill-opacity: 0.6;
|
||||
}
|
||||
path.stroke.tag-aeroway-apron {
|
||||
stroke: #805C80;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user