Opened 16 years ago
Closed 16 years ago
#97 closed enhancement (fixed)
allow query of invisible layers
Reported by: | madair | Owned by: | madair |
---|---|---|---|
Priority: | P2 | Milestone: | 1.1 |
Component: | Widgets | Version: | 1.0.6 |
Severity: | Major | Keywords: | |
Cc: | Browser: | All | |
External ID: | Operating System: | All | |
state: | New |
Description
currently query returns no results if a layer is not visible in the map. THe change is to add an optional parameter to Query.php to allow selecting features on layers that aren;t visible. Default behaviour is as before, ie. Query would not select on layers that aren;t visible
Note:
See TracTickets
for help on using tickets.
(In [1452]) closes #97: add optional queryHiddenLayers param to Query.php