GeoExt Popup always loading after first click

المشرف العام

Administrator
طاقم الإدارة
i'm trying to put popup's on my map to show the feature's info...i have done that, however after the first click the mouse pointer start loading and never stop...

var control = new OpenLayers.Control.WMSGetFeatureInfo({ url: "/geoserver/prod/wms", layers: [restaurantes,ruas,linhas_agua]});


control.events.on({ getfeatureinfo: function(event) { if (popup) { popup.destroy(); } popup = new GeoExt.Popup({ title: "Informaç

أكثر...
 
أعلى