bug in mapogcfilter.c

Bart van den Eijnden (OSGIS) bartvde at OSGIS.NL
Fri Apr 13 06:55:35 EDT 2007


Hi list,

I've been trying to debug why BBOX filters in other SRS's (different than
the map's SRS) currently don't work in Mapserver.

In mapogcfilter.c, the box received (in the WFS or SLD WMS request) will be
projected if the projection differs, but the msProjectRect function call
currently is:

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

it should however be:

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

so the arguments are passed in in the wrong sequence.

Since bugzilla seems to be down I can't open a bug for this.

Best regards,
Bart

--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl



More information about the mapserver-dev mailing list