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 +++++++++
public/assets/images/mapsheets.svg | 19 +++++++++++++++++++
2 files changed, 28 insertions(+)
(limited to 'public/assets')
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;
+}
diff --git a/public/assets/images/mapsheets.svg b/public/assets/images/mapsheets.svg
index 1fbaf35..46a2fe1 100644
--- a/public/assets/images/mapsheets.svg
+++ b/public/assets/images/mapsheets.svg
@@ -467,6 +467,7 @@
+ 1
@@ -486,6 +487,7 @@
+ 1
@@ -507,6 +509,7 @@
m 0 2.75 h 14 v 2.3 h -14 z
"/>
+ 2
@@ -518,6 +521,7 @@
+ 1
@@ -536,6 +540,7 @@
+ 1
@@ -553,6 +558,7 @@
+ 1
@@ -566,6 +572,7 @@
+ 1
@@ -583,6 +590,7 @@
+ 1
@@ -600,6 +608,7 @@
+ 3
@@ -611,6 +620,7 @@
+ 1
@@ -650,6 +660,7 @@
m 0 3.3 h 10.5 v 3 h -10.5 z
"/>
+ 3
@@ -668,6 +679,7 @@
+ 1
@@ -697,6 +709,7 @@
m 0 2.75 h 14 v 2.3 h -14 z
"/>
+ 3
@@ -709,6 +722,7 @@
+ 1
@@ -726,6 +740,7 @@
+ 1
@@ -743,6 +758,7 @@
+ 2
@@ -756,6 +772,7 @@
+ 1
@@ -795,6 +812,7 @@
m 0 3.3 h 10.5 v 3 h -10.5 z
"/>
+ 2
@@ -841,6 +859,7 @@
+ 2
--
cgit v1.2.3