From a86f3fe8bf8abc0c763f477694d9c35c656e4dd6 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Thu, 2 Dec 2021 08:11:10 +0300 Subject: [PATCH] Add rule for diving tower with one platform. --- 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 bda6604..065c0f8 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -885,6 +885,8 @@ node_icons: shapes: [tower_defensive] - tags: {man_made: tower, tower:type: diving} shapes: [diving_platform] + - tags: {man_made: tower, tower:type: diving, tower:platforms: "1"} + shapes: [diving_platform] - tags: {man_made: tower, tower:type: diving, tower:platforms: "2"} shapes: [diving_2_platforms] - tags: {man_made: tower, tower:type: diving, tower:platforms: "3"}