From 0e6fd10e4d94f8c4f867230de82213eb659e0132 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ko=C4=87?= Date: Wed, 30 Aug 2017 02:07:28 +0200 Subject: [PATCH] Changing embassy color to amenity-brown --- amenity-points.mss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amenity-points.mss b/amenity-points.mss index f12122cb3c..02ea4e3d09 100644 --- a/amenity-points.mss +++ b/amenity-points.mss @@ -286,7 +286,7 @@ [feature = 'amenity_embassy'][zoom >= 17] { marker-file: url('symbols/embassy.svg'); - marker-fill: @transportation-icon; + marker-fill: @amenity-brown; marker-placement: interior; marker-clip: false; } @@ -1724,7 +1724,7 @@ text-size: @standard-font-size; text-wrap-width: @standard-wrap-width; text-line-spacing: @standard-line-spacing-size; - text-fill: @transportation-text; + text-fill: @amenity-brown; text-dy: 10; text-face-name: @standard-font; text-halo-radius: @standard-halo-radius;