Hi,<br><br>I created a custom marker layer for a proprietary, xml-based POI webservice. My implementation is basically a stripped-down version of the WFS layer and its dependencies (OpenLayers.Feature.WFS and OpenLayers.Tile.WFS). Everything works ok so far, except that any opened popup is closed after a map pan or zoom, although the corresponding marker is still visible on the map.<br>
The desired behaviour is that the popup should stay open if the corresponding marker is still visible.<br><br>I am using the FramedCloud popup and already popup.closeOnMove = false;  Is there anything else I have to watch out for? Or do I have to implement this functionality on my own?<br>
<br>thanks in advance,<br><br>Franz<br>