False positives only for active fires

This commit is contained in:
vjrj 2018-02-16 20:40:41 +01:00
parent eee1abf3ed
commit 2a6d8bea78
3 changed files with 45 additions and 14 deletions

View file

@ -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)}`);