Ticket #2082 (closed defect: fixed)

Opened 1 year ago

Last modified 1 year ago

mapogcfilter.c: argument sequence wrong in msProjectRect calls

Reported by: bartvde Assigned to: mapserverbugs
Priority: normal Milestone: 5.0 release
Component: WMS Server Version: 5.0
Severity: normal Keywords:
Cc:

Description

in mapogcfilter.c there are multiple calls to msProjectRect for which the first and second argument are in the wrong sequence.

msProjectRect(&map->projection, &sProjTmp, &sQueryRect);

should be:

msProjectRect(&sProjTmp, &map->projection, &sQueryRect);

This has already been fixed by Assefa in revision 1.70 of mapogcfilter.c

This bug is just for reference.

Change History

05/01/07 04:33:44 changed by bartvde

  • status changed from new to closed.
  • resolution set to fixed.

Setting to FIXED.

05/03/07 10:44:17 changed by assefa

added to 4.10.x branch r6081.