[mapserver-commits] [MapServer/MapServer] 8b3c90: MVT generation: fix writing of point/multipoint ge...
Even Rouault
noreply at github.com
Wed Aug 25 03:26:11 PDT 2021
Branch: refs/heads/main
Home: https://github.com/MapServer/MapServer
Commit: 8b3c9069ccd331cfeb4ebb13ecc4fe9fc0f9adf9
https://github.com/MapServer/MapServer/commit/8b3c9069ccd331cfeb4ebb13ecc4fe9fc0f9adf9
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M mapmvt.c
Log Message:
-----------
MVT generation: fix writing of point/multipoint geometries
The number associated with the MOVETO command should be the number of
coordinate *pairs*. We wrote twice that number. This caused for
example the OGR MVT driver to reject such geometries.
Commit: 01d0e7cfb9f92542a578704439edfc713e041d06
https://github.com/MapServer/MapServer/commit/01d0e7cfb9f92542a578704439edfc713e041d06
Author: Even Rouault <even.rouault at spatialys.com>
Date: 2021-08-25 (Wed, 25 Aug 2021)
Changed paths:
M mapmvt.c
Log Message:
-----------
Merge pull request #6389 from rouault/fix_mvt_point
MVT generation: fix writing of point/multipoint geometries
Compare: https://github.com/MapServer/MapServer/compare/8e582ad7b887...01d0e7cfb9f9
More information about the mapserver-commits
mailing list