[mapserver-commits] [MapServer/MapServer] 332805: Set Boolean subtype for OGR Output (#6803)
Seth G
noreply at github.com
Thu Jan 26 07:23:58 PST 2023
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: 3328055a517e209b64c9b2757f8c172072342639
https://github.com/MapServer/MapServer/commit/3328055a517e209b64c9b2757f8c172072342639
Author: Seth G <sethg at geographika.co.uk>
Date: 2023-01-26 (Thu, 26 Jan 2023)
Changed paths:
M mapogr.cpp
M mapogroutput.cpp
A msautotest/wxs/data/types.gpkg
A msautotest/wxs/expected/wfs_autotypes10_geopackage.xml
A msautotest/wxs/expected/wfs_autotypes11_geopackage.xml
A msautotest/wxs/expected/wfs_autotypes20_geopackage.xml
A msautotest/wxs/expected/wfs_getfeaturetypes10_geopackage.xml
A msautotest/wxs/expected/wfs_getfeaturetypes11_geopackage.xml
A msautotest/wxs/expected/wfs_getfeaturetypes20_booleans_postgis.json
A msautotest/wxs/expected/wfs_getfeaturetypes20_geopackage.json
A msautotest/wxs/expected/wfs_getfeaturetypes20_geopackage.xml
A msautotest/wxs/wfs_autotypes_geopackage.map
M msautotest/wxs/wfs_autotypes_postgis.map
Log Message:
-----------
Set Boolean subtype for OGR Output (#6803)
* Set Boolean subtype
* Convert true and false to 1 and 0 and add msautotest
* Update mapogroutput.cpp
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
* Update mapogroutput.cpp
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
* Update mapogroutput.cpp
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
* Update mapogroutput.cpp
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
* Use new variable for comparison
* Use Boolean field types when reading OGR data sources
* Add geopackage tests
* Add test dataset
Co-authored-by: Even Rouault <even.rouault at spatialys.com>
More information about the MapServer-commits
mailing list