nouhouari/spring-boot-postgis

org.postgresql.util.PSQLException: ERROR: Invalid endian flag value encountered when running distance query example

Opened this issue · 1 comments

ernstv commented

The code as is will not run (at least not for me). The issue is mixing the JTS versions from VividSolutions and LocationTech.

See https://stackoverflow.com/questions/62877520/unable-to-make-geospatial-query-within-with-spring-boot-spring-data-jpa-and-h

The solution is changing all references (imports) from com.vividsolutions to org.locationtech.

Fixed your issue. Can I submit a pull request?