From 53b18ca2b497a6c5db4c2d06a1d455693c8f0f28 Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 19 Jun 2024 16:16:14 -0700
Subject: WIP: start mapsheets
---
public/radial.html | 29 ++++++++++++++++++++---------
1 file changed, 20 insertions(+), 9 deletions(-)
(limited to 'public/radial.html')
diff --git a/public/radial.html b/public/radial.html
index 9cebada..e1dec38 100644
--- a/public/radial.html
+++ b/public/radial.html
@@ -29,22 +29,28 @@
}
.elevation-1 {
- /* filter: blur(.5px);
- opacity: 0.25; */
+ /* filter: blur(.5px); */
+ /* opacity: 1; */
+ display: none;
}
.buildings .elevation-1,
.building .elevation-1 {
/* display: none; */
fill: lightgreen;
- }
+ }
.elevation-2 {
- fill: rgb(240, 216, 172);
- opacity: 0.3;
+
+ /* fill: rgb(240, 216, 172); */
+ opacity: 0.5;
/* display: none; */
}
+ .elevation-2 use[href="#hex"]{
+ fill: blue;
+ }
+
.elevation-roof {
display: none;
}
@@ -127,7 +133,8 @@
}
.building {
- display: none;
+ /* display: none; */
+ /* opacity: 0.2 */
}
@@ -135,7 +142,6 @@
--
cgit v1.2.3