forked from edward/owl-map
Bug fix
This commit is contained in:
parent
e7080b55b5
commit
5857260398
|
@ -207,7 +207,7 @@ function checkbox_change() {
|
||||||
item_isa_list.includes(isa_qid)
|
item_isa_list.includes(isa_qid)
|
||||||
);
|
);
|
||||||
|
|
||||||
if (intersection.length) {
|
if (item.group && intersection.length) {
|
||||||
item.group.addTo(map);
|
item.group.addTo(map);
|
||||||
} else {
|
} else {
|
||||||
item.group.removeFrom(map);
|
item.group.removeFrom(map);
|
||||||
|
|
Loading…
Reference in a new issue