Bug 665

Summary: [Chameleon-Widget] Query widget fails with mixed wms/non-wms layers
Product: Chameleon Reporter: Paul Spencer <pspencer@dmsolutions.ca>
Component: WidgetAssignee: chameleon-dev <chameleon-dev@lists.maptools.org>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.99   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

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)