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