Web Dev Solutions

Catalin Mititiuc

From 56cb96c0f8142fd6216e6f39d692c19c182125a1 Mon Sep 17 00:00:00 2001 From: Catalin Mititiuc Date: Sun, 19 May 2024 11:52:30 -0700 Subject: Add elevation label to buildings on mapsheets --- public/assets/css/map.css | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'public/assets/css') diff --git a/public/assets/css/map.css b/public/assets/css/map.css index 01f4c4d..3ff213e 100644 --- a/public/assets/css/map.css +++ b/public/assets/css/map.css @@ -433,3 +433,12 @@ g[data-y="76"] { --i: 76; } fill: black; fill-opacity: 0.2; } + +.elevation { + font-family: sans-serif; + font-weight: bold; + font-size: 6pt; + text-anchor: middle; + user-select: none; + pointer-events: none; +} -- cgit v1.2.3