From c533fce1c17f393a3b48c518e05f3607b9563de1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ko=C4=87?= Date: Mon, 19 Dec 2016 05:10:55 +0100 Subject: [PATCH] Unification of major buildings --- buildings.mss | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/buildings.mss b/buildings.mss index 721e74d509..cbad8256ed 100644 --- a/buildings.mss +++ b/buildings.mss @@ -5,9 +5,6 @@ @building-major-fill: darken(@building-fill, 20%); @building-major-line: darken(@building-major-fill, 25%); -@building-aeroway-fill: #cc99ff; -@building-aeroway-line: darken(@building-aeroway-fill,15%); - #buildings { [zoom >= 13] { @@ -24,15 +21,7 @@ #buildings-major { [zoom >= 13] { - [aeroway = 'terminal'] { - polygon-fill: @building-aeroway-fill; - polygon-clip: false; - [zoom >= 15] { - line-width: .75; - line-clip: false; - line-color: @building-aeroway-line; - } - } + [aeroway = 'terminal'], [amenity = 'place_of_worship'], [building = 'train_station'] { polygon-fill: @building-major-fill;