[mapserver-commits] [MapServer/MapServer] 72f3c6: bugfix: Correct description of return value
Even Rouault
noreply at github.com
Wed Jan 10 05:25:19 PST 2024
Branch: refs/heads/branch-8-0
Home: https://github.com/MapServer/MapServer
Commit: 72f3c6bdf5927deeb0c2c36e2e80f8f4aba3aca9
https://github.com/MapServer/MapServer/commit/72f3c6bdf5927deeb0c2c36e2e80f8f4aba3aca9
Author: Edward Nash <e.nash at dvz-mv.de>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M mapscript/swiginc/layer.i
Log Message:
-----------
bugfix: Correct description of return value
Since #6268 the queryBy* functions always return MS_SUCCESS if the query was
successfully performed, regardless of whether any shapes were found.
Unfortunately the documentation of the Mapscript layerObj has until now not
been updated to reflect this change.
Commit: bf9ac66f698943cfe8be8eed7c1c1bff3cffb984
https://github.com/MapServer/MapServer/commit/bf9ac66f698943cfe8be8eed7c1c1bff3cffb984
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2024-01-10 (Wed, 10 Jan 2024)
Changed paths:
M mapscript/swiginc/layer.i
Log Message:
-----------
Merge pull request #6991 from MapServer/backport-6990-to-branch-8-0
[Backport branch-8-0] bugfix: Correct description of return value for SWIG layerObj->queryByXXX() methods
Compare: https://github.com/MapServer/MapServer/compare/c9dc75772f15...bf9ac66f6989
More information about the MapServer-commits
mailing list