Ticket #26 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

create a WMS capabilities reader

Reported by: tschaub Assigned to:
Priority: major Milestone: 0.5
Component: GeoExt.data Version:
Keywords: Cc:
State: Needs more work

Description

This will use the proposed WMSCapabilities format for OpenLayers to create layer records. Capabilities related metadata can be stored on layer records.

Attachments

26.patch (4.3 kB) - added by tschaub on 03/24/09 00:45:21.
add a wms capabilities reader

Change History

03/23/09 23:52:13 changed by tschaub

(In [255]) initial code for wms capabilities reader (see #26)

03/24/09 00:45:21 changed by tschaub

  • attachment 26.patch added.

add a wms capabilities reader

03/24/09 00:46:21 changed by tschaub

Just storing the diff here for now - needs more work.

03/24/09 14:24:14 changed by ahocevar

(In [261]) fixed typos in WMSCapabilities reader (see #26)

03/25/09 06:36:35 changed by tschaub

  • priority changed from blocker to major.

04/14/09 23:47:44 changed by sbenthall

(In [388]) tests for WMSCapabilitiesReader (see #26)

04/23/09 20:58:58 changed by sbenthall

  • milestone set to 0.1.

04/23/09 22:22:29 changed by sbenthall

See #9 for patch for this.

04/23/09 22:29:45 changed by sbenthall

  • status changed from new to closed.
  • resolution set to fixed.

(In [453]) WMSCapabilitiesReader and WMSCapabilitiesStore classes, example, and tests. Thanks to tschaub for the code and dwins for the patch. (Closes #9) (Closes #26)