master
parent
41e1c6dcfa
commit
07bae3d32b
|
@ -147,8 +147,8 @@
|
|||
let openInfoWindow = null;
|
||||
|
||||
currentItems = currentItems.filter(function(item){
|
||||
console.log(item.location);
|
||||
return item.location != undefined;
|
||||
console.log(item.location, item[locationField] != undefined);
|
||||
return item[locationField] != undefined;
|
||||
});
|
||||
|
||||
currentItems = currentItems.map(function (item) {
|
||||
|
|
Loading…
Reference in New Issue