bug in mapogcfilter.c
Bart van den Eijnden (OSGIS)
bartvde at OSGIS.NL
Fri Apr 13 08:43:54 EDT 2007
This fixes the reprojection issue mentioned for:
1) WFS requests
2) SLD WMS requests with &SRS=[the data's native SRS]
but not for:
3) SLD WMS requests with reprojection
Does anybody have an idea what other fix might be needed for 3) ?
Best regards,
Bart
--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl
--------- Oorspronkelijk bericht --------
Van: Bart van den Eijnden OSGIS <bartvde at OSGIS.NL>
Naar: MAPSERVER-DEV at LISTS.UMN.EDU <MAPSERVER-DEV at LISTS.UMN.EDU>
Onderwerp: [UMN_MAPSERVER-DEV] bug in mapogcfilter.c
Datum: 13/04/07 08:56
> 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