Re: [OpenLayers-Users] WMSGetFeatureInfo not firing

2010-02-22 Thread Chris Green
Hi Puneet Just want to thank you for posting the solution to your problem. I had exactly the same thing and like you spent many hours trying to fix it before finally stumbling across your second post. Furthermore my heartfelt support for your plea for better documentation. I have spent about 3 w

Re: [OpenLayers-Users] WMSGetFeatureInfo not firing

2009-09-20 Thread Andreas Hocevar
Hi, the one advice I can give you is: ask on the list or on irc before you struggle for two days. This time, the answer would have been simple: either do as you discovered, or set the vendorParams option of the WMS GetFeatureInfo control (http://dev.openlayers.org/releases/OpenLayers-2.8/doc/d

Re: [OpenLayers-Users] WMSGetFeatureInfo not firing

2009-09-19 Thread P Kishor
On Sat, Sep 19, 2009 at 7:47 PM, P Kishor wrote: > I have a bizarre problem that I can't debug. My code is > > var info = new OpenLayers.Control.WMSGetFeatureInfo({ >            url: "http://localhost/cgi-bin/mapserv?map=/path/to/my.map&";, >            maxFeatures: 12, >            title: 'Identi

[OpenLayers-Users] WMSGetFeatureInfo not firing

2009-09-19 Thread P Kishor
I have a bizarre problem that I can't debug. My code is var info = new OpenLayers.Control.WMSGetFeatureInfo({ url: "http://localhost/cgi-bin/mapserv?map=/path/to/my.map&";, maxFeatures: 12, title: 'Identify features by clicking', queryVisible: true,