[postgis-users] postgis.jar for 2.4

Phillip Ross phillip.w.g.ross+postgis-users at gmail.com
Fri Feb 1 09:33:23 PST 2019


No, that matrix is more about postgis compatibility with postgresql.

The PostGIS java driver works with any "supported" version of PostGIS, and
the version of the java driver does not correspond to versions of PostGIS,
but merely happens to have the same version numbers for some releases.  We
acknowledge that it's confusing for the time being, and plan to change the
versioning scheme of the java driver to address this ;)

On Fri, Feb 1, 2019 at 12:14 PM Ailleen Pace <Ailleen.Pace at nptllc.net>
wrote:

> Thank you for the response!
>
>
> For future reference, does this matrix have anything to do with the
> postgis.jar file?
>
> https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS
> UsersWikiPostgreSQLPostGIS – PostGIS
> <https://trac.osgeo.org/postgis/wiki/UsersWikiPostgreSQLPostGIS>
> trac.osgeo.org
> Versions of GDAL support for PostGIS. PostGIS raster functionality
> (introduced in 2.0) depends on GDAL so to get raster functionality, you'll
> need to compile with GDAL support and preferably 1.9 or above.
>
>
> It does not seem like the postgis version needs to match with the jar file
> version.
>
> Thanks again!
> ------------------------------
> *From:* postgis-users <postgis-users-bounces at lists.osgeo.org> on behalf
> of Phillip Ross <phillip.w.g.ross+postgis-users at gmail.com>
> *Sent:* Friday, February 1, 2019 12:02:04 PM
> *To:* PostGIS Users Discussion
> *Subject:* Re: [postgis-users] postgis.jar for 2.4
>
> postgis-java is maintained on github:
> https://github.com/postgis/postgis-java
> you can download releases from the releases section:
> https://github.com/postgis/postgis-java/releases
> and are available on maven central:
> https://search.maven.org/search?q=g:net.postgis
>
> hope that helps!
>
> On Fri, Feb 1, 2019 at 11:54 AM Ailleen Pace <Ailleen.Pace at nptllc.net>
> wrote:
> >
> > Hi all,
> >
> >
> > Where can I find the postgis.jar file for PostGIS 2.4 with the following
> classes:
> >
> >
> > import org.postgis.Geometry;
> >
> > import org.postgis.LineString;
> >
> > import org.postgis.LinearRing;
> >
> > import org.postgis.PGgeometry;
> >
> > import org.postgis.Point;
> >
> > import org.postgis.Polygon;
> >
> >
> > Does 2.3 work for PostgreSQL 11.1?
> >
> >
> > Best,
> >
> > Ailleen Pace
> >
> > _______________________________________________
> > postgis-users mailing list
> > postgis-users at lists.osgeo.org
> > https://lists.osgeo.org/mailman/listinfo/postgis-users
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-users
> _______________________________________________
> postgis-users mailing list
> postgis-users at lists.osgeo.org
> https://lists.osgeo.org/mailman/listinfo/postgis-users
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/postgis-users/attachments/20190201/ef95a493/attachment.html>


More information about the postgis-users mailing list