Viele Updates, Version angepasst
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user