empty WMS popup ( geoext)

المشرف العام

Administrator
طاقم الإدارة
hello everyone I have a problem with my application and more precisely the pop up that appears empty

controls.push(new OpenLayers.Control.WMSGetFeatureInfo({ autoActivate: true, infoFormat: "application/vnd.ogc.gml", maxFeatures: 3, eventListeners: { "getfeatureinfo": function(e) { var items = []; Ext.each(e.features, function(feature) { items.push({ xtype: "propertygrid", title: feature.fid, source: feature.attributes }); }); new GeoExt.Popup({ title: "Feature Info", width: 200, height: 200, layout: "accordion", map: app.mapPanel, location: e.xy, items: items }).show(); } }}));`![empty popup][1]`



أكثر...
 
أعلى