From 3d1487a5877a4564d11ccbb45750d695ae8f86cc Mon Sep 17 00:00:00 2001 From: Sergey Vartanov Date: Mon, 14 Jun 2021 02:16:08 +0300 Subject: [PATCH] Add icon for crop=rape. --- icons/icons.svg | 331 ++++++++++++++++++++++++++++++++++++++++++++- scheme/default.yml | 2 + 2 files changed, 328 insertions(+), 5 deletions(-) diff --git a/icons/icons.svg b/icons/icons.svg index 6811970..f1220ec 100644 --- a/icons/icons.svg +++ b/icons/icons.svg @@ -154,7 +154,7 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/scheme/default.yml b/scheme/default.yml index 1dfa798..c2896c4 100644 --- a/scheme/default.yml +++ b/scheme/default.yml @@ -164,6 +164,8 @@ node_icons: shapes: [{shape: ear_botany, color: rye_dark_color, outline: no}] - tags: {crop: wheat} shapes: [{shape: ear_botany, color: wheat_dark_color, outline: no}] + - tags: {crop: rape} + shapes: [{shape: rape, color: wheat_dark_color, outline: no}] - tags: {produce: apple} shapes: [{shape: apple, color: orchard_border_color}] - tags: {produce: christmas_trees}