[mapserver-commits] [mapserver/mapserver] b5c02b: WFS: avoid 'eating' the last character of WFS 2.0 ...
GitHub
noreply at github.com
Wed Jan 4 07:33:12 PST 2017
Branch: refs/heads/master
Home: https://github.com/mapserver/mapserver
Commit: b5c02b4c6c485126d414cd0c4fffd05b2c28d25d
https://github.com/mapserver/mapserver/commit/b5c02b4c6c485126d414cd0c4fffd05b2c28d25d
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2016-12-22 (Thu, 22 Dec 2016)
Changed paths:
M mapwfs20.c
Log Message:
-----------
WFS: avoid 'eating' the last character of WFS 2.0 stored queries stored in an external file
Commit: 722716c49de2399f54b275ab31437f0e8c92cd63
https://github.com/mapserver/mapserver/commit/722716c49de2399f54b275ab31437f0e8c92cd63
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2017-01-02 (Mon, 02 Jan 2017)
Changed paths:
M mapresample.c
A msautotest/gdal/data/lon_wrap_180.asc
A msautotest/gdal/data/lon_wrap_180.prj
A msautotest/gdal/expected/lon_wrap_180.png
Log Message:
-----------
msTransformMapToSource(): fix behaviour at lon_wrap +/- 180 deg
This fixes an issue when drawing a raster whose extent is e.g. [0,360] with
a projection with +lon_wrap=180. Before this fix, when drawing the extent [-180,180],
there was a gap around lon=0 due to the discontinuity during the computation of
the source coordinates.
Commit: 1a65c6209f6a1241fc3432e35d91bdde563b1d2e
https://github.com/mapserver/mapserver/commit/1a65c6209f6a1241fc3432e35d91bdde563b1d2e
Author: Tamas Szekeres <szekerest at gmail.com>
Date: 2017-01-04 (Wed, 04 Jan 2017)
Changed paths:
M mapcluster.c
Log Message:
-----------
Fix cluster with WMS dimension issue (#5364)
Commit: c5c1b43e5fd60f4766fdd49e57c60a06e19b370f
https://github.com/mapserver/mapserver/commit/c5c1b43e5fd60f4766fdd49e57c60a06e19b370f
Author: Tamas Szekeres <szekerest at gmail.com>
Date: 2017-01-04 (Wed, 04 Jan 2017)
Changed paths:
M mapcluster.c
M mapresample.c
M mapwfs20.c
A msautotest/gdal/data/lon_wrap_180.asc
A msautotest/gdal/data/lon_wrap_180.prj
A msautotest/gdal/expected/lon_wrap_180.png
Log Message:
-----------
Merge branch 'branch-7-0'
Compare: https://github.com/mapserver/mapserver/compare/566a8195c037...c5c1b43e5fd6
More information about the mapserver-commits
mailing list