False positives only for active fires
This commit is contained in:
parent
eee1abf3ed
commit
2a6d8bea78
3 changed files with 45 additions and 14 deletions
|
|
@ -35,7 +35,7 @@ const calcUnion = (subs, group, decorated) => {
|
|||
const circle = LGeo.circle([dsub.location.lat, dsub.location.lon], dsub.distance * 1000, copts);
|
||||
circle.addTo(unionGroup);
|
||||
} else {
|
||||
console.error(`Wrong subscription ${JSON.stringify(osub)}`);
|
||||
console.info(`Wrong subscription ${JSON.stringify(osub)}`);
|
||||
}
|
||||
} catch (e) {
|
||||
console.error(e, `Wrong subscription trying to make union ${JSON.stringify(osub)}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue