Hi ,

my WMSGetFeatureInfo control is not returning any json,, my code is as below

basicControl = {
                   click : new OpenLayers.Control.WMSGetFeatureInfo({
                     url: 'http://10.0.80.41:7004/geoserver/wms',
                        title: 'Identify features by clicking',
                       layers: [network_wms],
                        queryVisible: true,
                        vendorParams: {
                                    version: "1.1.1",
                                    info_format: "text/plain",
                                },
                 format : new OpenLayers.Format.GeoJSON()})                     
                                                };
                                                                        
                                                                        
                basicControl.click.events.register("getfeatureinfo",
this, showInfo);
                map.addControl(basicControl.click);

                function showInfo(evt) {
                        alert(evt); //
                  }


when I check in FireBug. the request is sent but there is no
responseTexT, what am i doing wrong here

regards,
Imran


On Tue, Jun 8, 2010 at 1:20 PM, Imran Rajjad <[email protected]> wrote:
> Hi,
>
> I`m trying to create a box selection that selects features from a wms
> overlay , I need the response to be in JSON and I also want to append
> my cql filter to this request.
>
> Can anyone point me to the documentation closer to this task?
>
> regarsd,
> Imran
>
> --
> I.R
>



-- 
I.R
_______________________________________________
Users mailing list
[email protected]
http://openlayers.org/mailman/listinfo/users

Reply via email to