diff --git a/src/lib/components/WindAreaPanel.svelte b/src/lib/components/WindAreaPanel.svelte index 516aea4..e5f7117 100644 --- a/src/lib/components/WindAreaPanel.svelte +++ b/src/lib/components/WindAreaPanel.svelte @@ -76,29 +76,29 @@
-
+
{#if area.flaeche_ha != null} -
-

{t(T.windkarte_label_flaeche)}

-

{area.flaeche_ha.toFixed(1)} ha

+
+ {t(T.windkarte_label_flaeche)} + {area.flaeche_ha.toFixed(1)} ha
{/if} {#if area.anlagen_geplant != null} -
-

{t(T.windkarte_label_anlagen_geplant)}

-

{area.anlagen_geplant}

+
+ {t(T.windkarte_label_anlagen_geplant)} + {area.anlagen_geplant}
{/if} {#if area.hoehe_max_m != null} -
-

{t(T.windkarte_label_hoehe_max)}

-

{area.hoehe_max_m} m

+
+ {t(T.windkarte_label_hoehe_max)} + {area.hoehe_max_m} m
{/if} {#if area.investor} -
-

{t(T.windkarte_label_investor)}

-

{area.investor}

+
+ {t(T.windkarte_label_investor)} + {area.investor}
{/if}