Add building height labels

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent 640a763fd7
commit 07506c4039
4 changed files with 42 additions and 21 deletions

View File

@@ -59,7 +59,7 @@ use[href="#hex"] {
stroke-linecap: square;
}
.building [class*="elevation"] {
.building [class*="elevation-"] {
display: none;
}
@@ -76,7 +76,8 @@ use[href="#hex"] {
fill: #999;
}
[data-view-elevation="-1"] .building .elevation-basement {
[data-view-elevation="-1"] .building .elevation-basement,
[data-view-elevation="-1"] .elevation-basement + text.elevation {
display: inline;
}