From d068a76a48bd62ab636b5e03a01bbbe358437c31 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Thu, 18 Aug 2022 23:56:34 +0300 Subject: [PATCH] Issue #139: change style for indoor=column. Use `indoor_wall_color` to make it darker and distinguishable from its surroundings. --- map_machine/scheme/default.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index 25b6df9..b9e2884 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -2144,9 +2144,9 @@ ways: priority: 12.0 - tags: {indoor: column} style: - stroke: indoor_color + stroke: indoor_wall_color stroke-width: 1.0 - fill: indoor_color + fill: indoor_wall_color priority: 13.0 - tags: {power: line}