I managed to close my active popups before doing the refresh.
Here's what I did on my example:
function updateMarkers(){
//see if we have an active marker opened
var openMarker = null;
if(markers.selectedFeatures.length == 1){
//save the marker
details
Hi everyone,
I'd like your help with a javascript problem.
I want to draw markers from a script that generates KML output and I
have follows the sundials example:
http://openlayers.org/dev/examples/sundials-spherical-mercator.html
However, if I want to refresh the KML layer and I have an open po