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 measures when writing to WKB and reading from WKB #734

Merged
merged 4 commits into from
Aug 26, 2024

Commits on Aug 23, 2024

  1. Unit test for locationtech#733

    M coordinate is read as Z coordinate after writing/reading.
    kaiwinter committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    783a059 View commit details
    Browse the repository at this point in the history
  2. 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 Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e5d4ae0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f1f432 View commit details
    Browse the repository at this point in the history
  4. Fixed handling of XYZM coordinates

    Signed-off-by: Kai Winter <kaiwinter@gmx.de>
    # Conflicts:
    #	modules/core/src/main/java/org/locationtech/jts/io/WKBWriter.java
    kaiwinter committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e4c505f View commit details
    Browse the repository at this point in the history