FarmMapsLib/projects/common-map/src/lib/components/item-list-item-bofek/item-list-item-bofek.compon...

15 lines
729 B
HTML

<div class="widget">
<div class="d-flex flex-column justify-content-center w-100 h-100">
<div class="head h-20 p-1" i18n>Bofek Bodem {{ feature?.bodem }}</div>
<div class="body d-flex flex-column h-100 w-100">
<small i18n>Periode:{{ feature?.periode }}</small>
<small i18n>dmgdry/dmgwet:{{ feature?.dmgdry | number:'0.1-2'}}/{{ feature?.dmgwet | number:'0.1-2'}}</small>
<small i18n>dmgind:{{ feature?.dmgind | number:'0.1-2'}}</small>
<small i18n>gewas:{{ feature?.gewas}}</small>
<small i18n>glg/ghg:{{ feature?.glg}}/{{ feature?.ghg}}</small>
<small i18n>station:{{ feature?.station}}</small>
<small i18n>hrvpotbio:{{ feature?.hrvpotbio}}</small>
</div>
</div>
</div>