small data adjustments

This commit is contained in:
2024-10-21 23:08:04 +02:00
parent 5669a789bf
commit 71a4810f99
6 changed files with 27 additions and 5 deletions
+1
View File
@@ -47,6 +47,7 @@ function addCapital(svg, capital) {
class="location"
data-name="${capital.name}"
data-url="${capital.url ?? ""}"
data-description="${capital.description ?? ""}"
>
<rect x="0" y="0" width="24" height="24" fill="transparent" stroke="transparent" stroke-width="4" />
<path d="M4.5 14L3 15V21H7M7 21H10M7 21V13L9.5 11V6L12 3L14.5 6V11L17 13V21M10 21H14M10 21V17C10 15.8954 10.8954 15 12 15C13.1046 15 14 15.8954 14 17V21M14 21H17M17 21H21V15L19.5 14"