bug in mapogcfilter.c
Yewondwossen Assefa
assefa at DMSOLUTIONS.CA
Fri Apr 13 12:52:12 EDT 2007
Bart,
I will do the changes and commit.
Later,
Bart van den Eijnden (OSGIS) wrote:
> 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
>
--
----------------------------------------------------------------
Assefa Yewondwossen
Software Analyst
Email: assefa at dmsolutions.ca
http://www.dmsolutions.ca/
Phone: (613) 565-5056 (ext 14)
Fax: (613) 565-0925
----------------------------------------------------------------
More information about the mapserver-dev
mailing list