From 3bce4a6ed62277a4c3a53541ceb0b0ac273b717a Mon Sep 17 00:00:00 2001
From: Catalin Mititiuc
Date: Wed, 3 Jul 2024 11:10:46 -0700
Subject: Add building height labels
---
public/assets/css/map.css | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
(limited to 'public/assets/css/map.css')
diff --git a/public/assets/css/map.css b/public/assets/css/map.css
index 24b6e31..d1386ab 100644
--- a/public/assets/css/map.css
+++ b/public/assets/css/map.css
@@ -443,11 +443,12 @@ g[data-y="76"] { --i: 76; }
fill-opacity: 0.2;
}
-.elevation {
+text.elevation {
font-family: sans-serif;
font-weight: bold;
font-size: 6pt;
text-anchor: middle;
user-select: none;
pointer-events: none;
+ fill: black;
}
--
cgit v1.2.3