[mapserver-commits] [MapServer/MapServer] b21ab2: MVT generation: fix writing of point/multipoint ge...
Even Rouault
noreply at github.com
Wed Aug 25 05:31:59 PDT 2021
Branch: refs/heads/branch-7-6
Home: https://github.com/MapServer/MapServer
Commit: b21ab27723e811f482ca082dd9495efcb5abf336
https://github.com/MapServer/MapServer/commit/b21ab27723e811f482ca082dd9495efcb5abf336
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: 68496037694e48c11acab76f0bfadbb3348b8d19
https://github.com/MapServer/MapServer/commit/68496037694e48c11acab76f0bfadbb3348b8d19
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 #6390 from MapServer/backport-6389-to-branch-7-6
[Backport branch-7-6] MVT generation: fix writing of point/multipoint geometries
Compare: https://github.com/MapServer/MapServer/compare/292ea2e2b179...68496037694e
More information about the mapserver-commits
mailing list