[OpenLayers-Users] OpenLayers.Popup.FramedCloud and Close Icon
Jürgen Dankoweit
Juergen.Dankoweit at T-Online.de
Thu Oct 13 14:31:53 EDT 2011
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
More information about the Users
mailing list