From a37121aa8b51aa57a5bd5e523544d59116dc4283 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Mon, 10 Jan 2022 01:18:54 +0300 Subject: [PATCH] Reuse icon for diplomatic=embassy. --- map_machine/scheme/default.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index 2520680..65a0a66 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -452,6 +452,8 @@ node_icons: shapes: [medicine_bottle] - tags: {amenity: embassy} shapes: [waving_flag] + - tags: {office: diplomatic, diplomatic: embassy} + shapes: [waving_flag] - tags: {man_made: monitoring_station, monitoring:weather: "yes"} shapes: [japan_weather_station] location_restrictions: {include: [jp]}