From 794a72d2f71bb721d6f96aef7f2119bbda3e73c0 Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Wed, 10 Nov 2021 02:02:10 +0300 Subject: [PATCH] Fix colors and lines. --- map_machine/scheme/default.yml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/map_machine/scheme/default.yml b/map_machine/scheme/default.yml index c97a7a5..bd66889 100644 --- a/map_machine/scheme/default.yml +++ b/map_machine/scheme/default.yml @@ -2,7 +2,7 @@ colors: # Entity - direction_view_color: "#E0F0FF" + direction_view_color: "#C8E8FF" direction_camera_color: "#0088FF" background_color: "#EEEEEE" @@ -2173,10 +2173,17 @@ ways: style: fill: none stroke: "#000000" - stroke-width: 1 - opacity: 0.35 + stroke-width: 2.0 + opacity: 0.5 priority: 40 - tags: {barrier: wall} + style: + fill: none + stroke: "#000000" + stroke-width: 1.5 + opacity: 0.4 + priority: 40 + - tags: {man_made: embankment} style: fill: none stroke: "#000000"