Re: [postgis-users] Enabling output GDAL Driver

2022-03-26 Thread Saulteau Don
Maybe see if the correct environment variable also need to be set? POSTGIS_GDAL_ENABLED_DRIVERS Specifies a list of GDAL drivers to enable (rather than skip) By default all drivers are disabled. Example value: “GTiff PNG JPEG” POSTGIS_ENABLE_OUTDB_RASTERS Enables read support for out-db raster

Re: [postgis-users] /lib64/libSFCGAL.so.1: undefined symbol error

2021-05-10 Thread Saulteau Don
That usually means that sfcgal needs a rebuild. One of its dependencies got upgraded and needs to be built against it. On Fri., May 7, 2021, 21:20 Andy Johnson, wrote: > Hi, all, > > I'm trying to install postgresql 12 with postgis31_12. I've successfully > installed everything, but got an

[postgis-users] linux failed postgis 3.1.1 compile against proj 8.0.0 (could not find libproj)

2021-04-03 Thread Saulteau Don
I'm building on arch linux and trying to see if postgis 3.1.1 will compile against proj 8.0.0 and get "error: could not find libproj - you may need to specify the directory of a PROJ installation using --with-projdir" Looks like it's possible to build against postgis 3 with proj 8 [1] The patch

Re: [postgis-users] postgis logo (vector : svg, pdf)?

2016-03-01 Thread Saulteau Don
There's some at http://download.osgeo.org/postgis/logo_suite/ The folders have eps, and psd files. Are these the ones? Donovan On Tue, Mar 1, 2016 at 6:12 AM, Rémi Cura wrote: > Hey dear list, > looking for a vector version of the postgis official logo. > > I know I

Re: [postgis-users] Upgrade from postgis 2.0.3 to 2.0.4

2013-10-21 Thread Saulteau Don
Now that you have PostGIS 2.0.4 installed, your databases are still running off of PostGIS 2.0.3 (as seen by the output of your SELECT postgis_full_version(); statement). If you installed the PostGIS features with EXTENSIONS, than all that is needed is a soft upgrade on each database: ALTER