Re: [OpenLayers-Users] popup close box is not displayed?

2007-07-08 Thread Eric Lemoine
On 7/7/07, fadi maali <[EMAIL PROTECTED]> wrote: > Hi All, > > I have a problem with popup's close box. > > here is a snippet of the code: > var feature = new OpenLayers.Feature("top 10",new > OpenLayers.LonLat (35,38)); > popup = feature.createPopup(true); > > but t

[OpenLayers-Users] popup close box is not displayed?

2007-07-07 Thread fadi maali
Hi All, I have a problem with popup's close box. here is a snippet of the code: var feature = new OpenLayers.Feature("top 10",new OpenLayers.LonLat (35,38)); popup = feature.createPopup(true); but the popup has no close box? is the problem related to the *bubble* p