Opened 16 years ago

Closed 15 years ago

Last modified 14 years ago

#2619 closed defect (fixed)

WMS GetFeatureInfo with INFO_FORMAT=text/html ignores layer order

Reported by: dmorissette Owned by: dmorissette
Priority: normal Milestone: 5.6 release
Component: WMS Server Version: unspecified
Severity: normal Keywords:
Cc: aboudreault

Description

A WMS GetFeatureInfo with INFO_FORMAT=text/html, i.e. using MapServer's HTML query templates ignores the order of layers in the QUERY_LAYERS parameter.

We probably need to change the template processor to respect layer order since that could be useful for any query using the TEMPLATEs and not just for WMS GetFeatureInfo.

Change History (4)

comment:1 by dmorissette, 16 years ago

Milestone: 5.2 release5.4 release

comment:2 by dmorissette, 15 years ago

Cc: aboudreault added
Milestone: 5.4 release6.0 release

comment:3 by aboudreault, 15 years ago

Resolution: fixed
Status: newclosed

The layer order is already handled by the LAYERS parameter and should not be handled by QUERY_LAYERS. The fix simply makes the template processor to respect that order.

Fixed and committed in r9190.

comment:4 by dmorissette, 14 years ago

Milestone: 6.0 release5.6 release
Note: See TracTickets for help on using tickets.