Add elevation label to buildings on mapsheets

This commit is contained in:
2025-06-16 22:41:30 -07:00
parent bb96b22379
commit e16e76664c
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;
}