fix(dashboard-petugas): add threshold_value in map
This commit is contained in:
parent
f70119e7ea
commit
8c36103ade
|
@ -44,7 +44,9 @@ function setEvaluationToMap() {
|
||||||
.bindPopup(
|
.bindPopup(
|
||||||
`<div class="text-center font-semibold"><b> Hasil presentase CF pada lahan <br /> ${
|
`<div class="text-center font-semibold"><b> Hasil presentase CF pada lahan <br /> ${
|
||||||
evaluation.land.owner
|
evaluation.land.owner
|
||||||
}</br>${cfValue.toFixed(2)} %</b></div>`
|
}</br>"${evaluation.threshold_value}"<br/>${cfValue.toFixed(
|
||||||
|
2
|
||||||
|
)} %</b></div>`
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue