Build scenarios from data in SVG files

This commit is contained in:
2025-06-16 22:41:32 -07:00
parent c9e012be16
commit 2e5d35e8ad
11 changed files with 324 additions and 659 deletions

View File

@@ -36,9 +36,6 @@ use[href="#hex"] {
.terrain .floor {
display: inline;
opacity: 1;
/* fill: #ffffff; */
/* fill-opacity: 0.5; */
/* fill: url(#asterisk); */
stroke: none;
}
@@ -67,6 +64,10 @@ use[href="#hex"] {
display: inline;
}
.terrain use.floor {
fill: white;
}
[data-view-elevation="-1"] [class*="elevation"] {
display: none;
}
@@ -84,10 +85,6 @@ use[href="#hex"] {
display: none;
}
[data-view-elevation="0"] .building .elevation-0 {
display: inline;
}
[data-view-elevation="-1"] .building use.floor {
display: none;
}
@@ -97,6 +94,10 @@ use[href="#hex"] {
display: inline;
}
[data-view-elevation="0"] .building .elevation-0 {
display: inline;
}
[data-view-elevation="0"] .building use.floor.elevation-0 {
fill: white;
}