postgis-java
postgis-java copied to clipboard
java bindings for postgis
The 2021.1.0 version of postgis-java-jtsparser is not released to the maven central repository
... if the JDBC driver is not applicable to the connection string. Offending code: https://github.com/postgis/postgis-java/blob/main/postgis-jdbc/src/main/java/net/postgis/jdbc/DriverWrapper.java#L265 Background: If one has multiple JDBC driver registered, `DriverManager.getConnection` is called on each one of...
I've added a PR with a couple of failing test cases ( #86 ) that details this problem. The problems were discovered due to a line in the following format:...
Hi Team, I would like to request a feature for support of `postgis` data-types for [R2DBC](https://github.com/pgjdbc/r2dbc-postgresql) driver. For background - below are the issues and discussion on the r2dbc driver...
PostGIS supports several types of arc and curve geometries, which the JDBC driver apparently does not support. A simple fallback might be to invoke ST_CurveToLine if any circular string (Arc)...
Is there any plan to support POLYHEDRALSURFACE geometry types?
PostgreSQL JDBC Driver with versions before 42.7.2, 42.6.1, 42.5.5, 42.4.4, 42.3.9, and 42.2.8 are affected.
目前没看到继续提交新的代码,不了解此项目是否会继续开展。