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] WMSCapabilities error in IE

2009-09-20 Thread Andreas Hocevar
Hi, this is more or less a known issue. To avoid it, try the following: var data = req.responseXML.documentElement ? req.responseXML : req.responseText; var caps = new OpenLayers.Format.WMSCapabilities().read(data) Regards, Andreas. Gabriel Nolasco wrote: > Hi, > > I am getting an error

Re: [OpenLayers-Users] two different versions of docs

2009-09-20 Thread P Kishor
Bill, Thanks for your detailed, thoughtful, insightful and helpful reply. I have scanned through it. It merits a detailed response (not for argumentation, but for contributing back something useful), and I will do so in due course, but for now, I merely wanted to express in public my gratitude for

Re: [OpenLayers-Users] two different versions of docs

2009-09-20 Thread Bill Thoen
P Kishor wrote: > The only place where the above info is available to me is either the > actual source file for WMSGetFeatureInfo, or [2a] or [2b]. > > Once again, I ask, is there some better way, not obvious to me, I > could have approached this so as to have an easier time discovering > what I co

Re: [OpenLayers-Users] two different versions of docs

2009-09-20 Thread P Kishor
On Sun, Sep 20, 2009 at 12:14 AM, Christopher Schmidt wrote: > On Sat, Sep 19, 2009 at 10:32:53PM -0500, P Kishor wrote: >> http://dev.openlayers.org/releases/OpenLayers-2.8/doc/apidocs/files/OpenLayers/Control/WMSGetFeatureInfo-js.html >> reachable via the front-door >> >>  versus >> >> http://de