Popup not closed after "CloseAllPopups"

Hi

After open popup by clicking on a marker, a popup is created.

However they don't disappear when I apply the "CloseAllPopups" procedure.

CloseAllPopups works only when I created manually a popup with "ShowPopup"
I tested on your demo

Is it normal ? and if yes : how to close the popups automatically created ?

Kind regards
olivier

Hi,

Please note that the CloseAllPopups function is specifically designed to close popups that have been programmatically created using the ShowPopup call.

Popups triggered by clicking a marker—such as those in TTMSFNCOpenLayers—serve as hints associated with the marker itself. Currently, there is no built-in functionality available to programmatically close these marker-related popups.