Ticket #2719 (new feature)
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
Note: See
TracTickets for help on using
tickets.
