From 5e7f24c9b159bd81cccfebc4ee531d68fcb5aebc Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Sat, 13 Nov 2021 11:16:18 +0300 Subject: [PATCH] Issue #57: add icon for communication tower. --- 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 4deb761..1753dd9 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -643,6 +643,8 @@ node_icons: - tags: {man_made: communications_tower} location_restrictions: {include: [jp]} shapes: [japan_tv_tower] + - tags: {man_made: communications_tower} + shapes: [tower_communication] - tags: {man_made: telescope} shapes: [telescope_radio] - tags: {man_made: telescope, telescope:type: radio}