Merge pull request #1266 from porjo/aeroway2

Update aeroway=runway style to cater for areas
This commit is contained in:
John Firebaugh
2013-04-05 13:23:29 -07:00
+7 -4
View File
@@ -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;
}