Hi there,
Thank you for getting in touch with us, we do appreciate your time.
I have run a few test and it appears that this is an issue when determining the visibilty of the leaflet marker object on the map.
Could you please save the below custom JS code into the “Custom JS” setting block (Maps -> Settings -> Custom Scripts):
jQuery(function($){
WPGMZA.LeafletMarker.prototype.getVisible = function(visible){
let element = this.getNativeElement();
if(element){
return element.style.display != "none";
}
return false;
}
})
Once done, please clear your site and browser cache and let me know if this resolves the issue?
Kindest Regards
Matthew Lau