From 3c14cdc3e5d3d99e7ef7ddcc8eee231d42c287c1 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Mon, 24 Jun 2024 18:10:30 -0700
Subject: Add tree copse to mapsheet1
---
public/radial.html | 89 ++++++++++++++++++++++++++++++++++++++++++++++++------
src/radial.js | 79 ++++++++++++------------------------------------
2 files changed, 100 insertions(+), 68 deletions(-)
diff --git a/public/radial.html b/public/radial.html
index 26aa032..7c7e31b 100644
--- a/public/radial.html
+++ b/public/radial.html
@@ -197,6 +197,22 @@
/* opacity: 0.2 */
}
+ #tree .trunk {
+ fill: brown;
+ }
+
+ #tree .branches {
+ fill: rgb(141, 202, 141);
+ stroke: green;
+ }
+
+ #bush {
+ fill: rgb(141, 202, 141);
+ stroke: green;
+ stroke-width: 0.5px;
+ transform: scale(0.9);
+ }
+
.select-elevation {
position: fixed;
right: 0;
@@ -260,7 +276,7 @@
-