This fixes the underlying issue to allow multiple layers configured with popups. There is still a decision to be made about how to handle overlapping 'click' events with popups. Right now, it can be prioritized by the order of the popup layers property config. For example: [pointPopupConfig, polyPopupConfig] -> pointPopupConfig would display if both were clicked at once.
This fixes the underlying issue to allow multiple layers configured with popups. There is still a decision to be made about how to handle overlapping 'click' events with popups. Right now, it can be prioritized by the order of the popup layers property config. For example: [pointPopupConfig, polyPopupConfig] -> pointPopupConfig would display if both were clicked at once.