Ticket #2719 (new feature)

Opened 3 years ago

Last modified 3 years ago

WMS from wms.jpl.nasa.org not parsed on IE8

Reported by: jachym Owned by: tschaub
Priority: minor Milestone: 2.13 Release
Component: Format.WMSCapabilities Version: 2.9
Keywords: Cc:
State:

Description

Hi, trying to parse WMS from  http://wms.jpl.nasa.gov/wms.cgi , resulting error is

<pre>

TypeError: 'null' is null or is not object

</pre>

Using following code:

<pre>

var format = new OpenLayers.Format.WMSCapabilities(); var capabilities = format.read(text);

</pre>

Where 'text' is result from  http://wms.jpl.nasa.org?service=wms&request=getcapabilities

Change History

Changed 3 years ago by bartvde

That url does not result in a GetCapabilities document.

Changed 3 years ago by jachym

Note: See TracTickets for help on using tickets.