-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vertex decoding is incorrect in non-vectorized path #134
Comments
springmeyer
added a commit
to springmeyer/maplibre-tile-spec
that referenced
this issue
Jun 12, 2024
Fixed by #129 |
springmeyer
added a commit
that referenced
this issue
Jun 13, 2024
This PR includes various improvements and fixes to the java implementation. It includes several fix issues in the non-vectorized path, bringing it back up to speed with the vectorized path: - #134 - #131 - #130 And in includes two general encoding features that were missing: - #132 - #127 Additional changes, that don't have corresponding tickets: - Fixed the Delta encoding in the non-vectorized path to support RLE without multiple passes - Improves the `encode` and `decode` cli tools to actually decode vectorized geometries when `-decode` arg is passed - Make the spotless check run faster (avoids running builds and tests and just does the formatting check) - Fixes a small bug in the vectorized path where the signed boolean was incorrect - Makes the benchmark timer in the encode and decode tools quiet by default and now behind an option - Adds additional error detail when unsupported encodings are encountered at runtime - Comments some unused code - Renames some code to match naming better between the vectorized and non-vectorized path
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Seeing geometries like:
That should be:
This impacts all geometry types.
The text was updated successfully, but these errors were encountered: