Bug 665 - [Chameleon-Widget] Query widget fails with mixed wms/non-wms layers
: [Chameleon-Widget] Query widget fails with mixed wms/non-wms layers
Status: RESOLVED FIXED
: Chameleon
Widget
: 1.99
: PC Windows XP
: P2 normal
: ---
Assigned To:
:
:
:
:
:
  Show dependency treegraph
 
Reported: 2004-09-08 09:25 by
Modified: 2004-09-08 09:28 (History)


Attachments


Note

You need to log in before you can comment on or make changes to this bug.


Description From 2004-09-08 09:25:48
When using the query widget with both WMS and non-WMS layers, the query will
return no results unless you select a feature from a WMS layer.
------- Comment #1 From 2004-09-08 09:28:10 -------
turns out that map_query.php in common/wrapper was causing the problem because
it was querying the map object instead of the layer object, which was returning
a non-success result.

This also has a large performance gain since every layer in the map was being
queried multiple times.  Now layers are only queried once.

Changes committed to CVS (php_utils/src/wrapper/map_query.php)