Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#2082 closed defect (fixed)

mapogcfilter.c: argument sequence wrong in msProjectRect calls

Reported by: bartvde Owned by: 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 (2)

comment:1 by bartvde, 17 years ago

Resolution: fixed
Status: newclosed

Setting to FIXED.

comment:2 by assefa, 17 years ago

added to 4.10.x branch r6081.

Note: See TracTickets for help on using tickets.