Viele Updates, Version angepasst

This commit is contained in:
2023-11-12 11:26:15 +00:00
parent 5dc66dbaa2
commit a79f6add1a
14 changed files with 127 additions and 25 deletions
+3 -3
View File
@@ -57,9 +57,9 @@ export async function buildMarkers(params, mpp) {
if ((params.weeks > 0) && (x.weeks > params.weeks)) {
continue
}
// if (x.value <= -4) {
// continue
// }
if (x.value <= -5) {
continue
}
let marker = L.marker([x.location[1], x.location[0]], {
icon: new L.Icon({
iconUrl: buildIcon(getColor(parseInt(x.value)), 0, x.indoor),