Ticket #1447 (closed bug: fixed)

Opened 5 years ago

Last modified 5 years ago

WMC: queryable seems implemented but does not actually work

Reported by: bartvde Owned by: 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 Download (1.0 KB) - added by bartvde 5 years ago.

Change History

Changed 5 years ago 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?

Changed 5 years ago by bartvde

Changed 5 years ago by crschmidt

Nope, no comment.

Changed 5 years ago by bartvde

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

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

Changed 5 years ago by euzuro

  • priority changed from minor to critical

Changed 5 years ago by euzuro

  • priority changed from critical to major

Changed 5 years ago by crschmidt

  • state changed from Needs Discussion to Review

Changed 5 years ago 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)

Note: See TracTickets for help on using tickets.