Add elevation label to buildings on mapsheets

This commit is contained in:
2024-05-19 11:52:30 -07:00
parent cdf1557c94
commit 56cb96c0f8
2 changed files with 28 additions and 0 deletions

View File

@@ -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;
}