[mapserver-commits] [MapServer/MapServer] ca9ea4: bugfix: Correct description of return value
Even Rouault
noreply at github.com
Wed Dec 20 08:40:29 PST 2023
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: ca9ea4df74bf170c20b8621c7253d8baa12b1d78
https://github.com/MapServer/MapServer/commit/ca9ea4df74bf170c20b8621c7253d8baa12b1d78
Author: Edward Nash <e.nash at dvz-mv.de>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M src/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: 9d888affe5cd3916337b084f4f7af73412620091
https://github.com/MapServer/MapServer/commit/9d888affe5cd3916337b084f4f7af73412620091
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M src/mapscript/swiginc/layer.i
Log Message:
-----------
Merge pull request #6990 from ejn/bugfix/correct-mapscript-queryBy-documentation
bugfix: Correct description of return value for SWIG layerObj->queryByXXX() methods
Compare: https://github.com/MapServer/MapServer/compare/cf9ab87b575d...9d888affe5cd
More information about the MapServer-commits
mailing list