Hello to the list,

how is the close icon of a OpenLayers.Popup.FramedCloud activated/displayed?
Here is my code:

var popup = new OpenLayers.Popup.FramedCloud(
  "popupwindow",
  feature.geometry.getBounds().getCenterLonLat(),
  null,
  feature.fid,
  null,
  true
);
popup.closeOnMove = true;
popup.autoSize = true;
feature.popup = popup;
map.addPopup(popup);

There is no close icon. About one hour of googling for this problem did
not help.

Thanks for the answers

Juergen

-- 
Meine stets unfertige Homepage: www.dankoweit.de
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to