Hi,

I am using this code from the OpenLayers Examples code and I was bit
confused about what exactly does "*chicken"* mean here?

info = new OpenLayers.Control.WMSGetFeatureInfo({

            url: 'http://localhost:8080/geoserver/iPlant/wms',

            title: 'Identify features by clicking',

            queryVisible: true,

            eventListeners: {

                getfeatureinfo: function(event) {

                    map.addPopup(new OpenLayers.Popup.FramedCloud(

                        "*chicken*",

                        map.getLonLatFromPixel(event.xy),

                        null,

                        event.text,

                        null,

                        true

                    ));

                }

            }

        });

        map.addControl(info);

        info.activate();


-- 
Thanks & Regards
Smaran Harihar
_______________________________________________
Users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/openlayers-users

Reply via email to