Add building height labels
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user