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

Keep M coordinates when writing to WKB and reading from WKB #734

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on May 26, 2021

  1. Unit test for locationtech#733

    M coordinate is read as Z coordinate after writing/reading.
    kaiwinter committed May 26, 2021
    Configuration menu
    Copy the full SHA
    518ccd0 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2021

  1. Fixed lost M coordinates (locationtech#733)

    Referring to WKTReader/WKTWriter I added the EnumSet<Ordinate>
    ordinateFlags. The WKBWriter uses these ordinateFlags to set the correct
    flags on the byte stream.
    
    Signed-off-by: Kai Winter <kaiwinter@gmx.de>
    kaiwinter committed May 28, 2021
    Configuration menu
    Copy the full SHA
    7b02318 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2021

  1. Configuration menu
    Copy the full SHA
    268b436 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Fixed handling of XYZM coordinates

    Signed-off-by: Kai Winter <kaiwinter@gmx.de>
    kaiwinter committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    15f155a View commit details
    Browse the repository at this point in the history