[OpenLayers-Users] WMSCapabilities error in IE

2009-09-19 Thread Gabriel Nolasco
Hi, I am getting an error message when trying to parse some xml capabilities docs in IE8. The error message is - null is null or not an object – and happens in WMSCapabilities.js line 60 char 3. I have found that the data object exists but IE can't get the documentElement (data.documentElement

Re: [OpenLayers-Users] WMS server error. Requested layer(s) are not queryable.

2009-09-19 Thread Christopher Schmidt
On Fri, Sep 18, 2009 at 09:12:12PM -0500, P Kishor wrote: On Fri, Sep 18, 2009 at 6:51 PM, Christopher Schmidt crschm...@metacarta.com wrote: On Fri, Sep 18, 2009 at 04:11:30PM -0500, P Kishor wrote: Inspired by a recent post, I decided to implement WMSGetFeatureInfo using the code in the

Re: [OpenLayers-Users] meta query re. documentation

2009-09-19 Thread Ian Turton
On Fri, Sep 18, 2009 at 11:01 PM, P Kishor punk.k...@gmail.com wrote: I have a high level query here, as to how to proceed with developing with OL. Let's say, I have my data in Pg, and am serving it as WMS via MapServer. I want to implement WMSGetFeatureInfo. I have the following two websites

[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,

Re: [OpenLayers-Users] WMSGetFeatureInfo not firing

2009-09-19 Thread P Kishor
On Sat, Sep 19, 2009 at 7:47 PM, P Kishor punk.k...@gmail.com 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,            

[OpenLayers-Users] two different versions of docs

2009-09-19 Thread P Kishor
http://dev.openlayers.org/releases/OpenLayers-2.8/doc/apidocs/files/OpenLayers/Control/WMSGetFeatureInfo-js.html reachable via the front-door versus http://dev.openlayers.org/docs/files/OpenLayers/Control/WMSGetFeatureInfo-js.html The former offers a fraction of the api info as compared to the

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

2009-09-19 Thread Christopher Schmidt
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://dev.openlayers.org/docs/files/OpenLayers/Control/WMSGetFeatureInfo-js.html