Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MVT generation: fix writing of point/multipoint geometries #6389

Merged
merged 1 commit into from
Aug 25, 2021

Conversation

rouault
Copy link
Contributor

@rouault rouault commented Aug 25, 2021

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.

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport branch-7-6 To backport a pull request to branch-7-6
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant