From 3f40c0e01d421a0b3eac64d0d79cd61de1f8ae0c Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Wed, 5 Jan 2022 18:29:57 +0300 Subject: [PATCH] Reuse icon for shop=farm. --- 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 47f8b51..5f517ed 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -530,6 +530,8 @@ node_icons: shapes: [wretch_and_hammer] - tags: {shop: dry_cleaning} shapes: [washing_machine] + - tags: {shop: farm} + shapes: [{shape: apple, color: sell_color}] - tags: {shop: fireplace} shapes: [{shape: fireplace, color: sell_color}] - tags: {shop: florist}