dmitry-zhuravlev / jooq-postgis-spatial

jOOQ data type converters and binders for PostGIS spatial database.
GNU Lesser General Public License v3.0
27 stars 11 forks source link

Allow to replace defaultGeomFactory #15

Open oshai opened 1 year ago

oshai commented 1 year ago

This is needed in order to support the inner creation of geometric objects (by the lib) with srid 4326 and such.

oshai commented 1 year ago

Did it in a fork: https://github.com/oshai/jooq-postgis-spatial/ also