OpenLayers OpenLayers

Ticket #1447 (closed bug: fixed)

Opened 9 months ago

Last modified 4 months ago

WMC: queryable seems implemented but does not actually work

Reported by: bartvde Assigned to: tschaub
Priority: major Milestone: 2.7 Release
Component: Format.WMC Version: 2.5
Keywords: Cc:
State: Complete

Description

Looking at the WMC code, it seems that queryable (specifying whether a WMS layer can be queried or not) is implemented, but the code actually does not do anything with respect to setting it on the Layer object. Also, the response object of the parse function does not include this information.

I would propose to just add queryable to the options array.

Attachments

ticket1447.patch (1.0 kB) - added by bartvde on 03/18/08 06:16:53.

Change History

03/18/08 05:54:38 changed by bartvde

I've had this discussion before with Tim what to do with properties which are common for WMS layers, like metadataURL or querable, but which are not (API)properties as defined by OpenLayers. My proposition would be to just set and get these properties using the options array.

Chris, do you have any comments on that?

03/18/08 06:16:53 changed by bartvde

  • attachment ticket1447.patch added.

03/18/08 07:39:46 changed by crschmidt

Nope, no comment.

07/23/08 04:58:12 changed by bartvde

  • state set to Needs Discussion.
  • milestone set to 2.7 Release.

The same disucssion as for ticket:1452 applies to this one.

07/28/08 14:55:50 changed by euzuro

  • priority changed from minor to critical.

07/30/08 10:55:10 changed by euzuro

  • priority changed from critical to major.

08/01/08 14:27:28 changed by crschmidt

  • state changed from Needs Discussion to Review.

08/01/08 14:30:56 changed by crschmidt

  • status changed from new to closed.
  • state changed from Review to Complete.
  • resolution set to fixed.

(In [7668]) "WMC: queryable seems implemented but does not actually work", patch from Bart, tests by me, r=me, (Closes #1447)