Salut Pierre Can you help on how to display PostGIS Raster in QGIS 2.x exactly? I've found this http://postgis.17.x6.nabble.com/Problem-with-postgis-raster-td5006344.html but it's not specific on how to achieve this.
In addition, do you think QGIS needs a Python plugin (before it manages to be adapted by QGIS core)? Yours, Stefan 2014-06-05 20:40 GMT+02:00 Pierre Racine <[email protected]>: > These variables are system variables, not PostgreSQL variables. to know > how to set them in your system search for "set environment variable os x". > > Pierre > > > -----Original Message----- > > From: [email protected] [mailto:postgis-users- > > [email protected]] On Behalf Of John Payne > > Sent: Sunday, June 01, 2014 10:25 AM > > To: [email protected] > > Subject: [postgis-users] raster support > > > > I want to store raster data in PostGIS. I am using Postgresql 9.2.4 with > > PostGIS 9.1.0 on a Mac Powerbook running OS X 10.8.5. I want to use the > > command "raster2pgsql" but I get an error message saying that the type > > "raster" was not recognized. > > > > I think the problem may be (from Chapter 2.1 of the PostGIS manual): > > > > > > "As of PostGIS 2.1.3, out-of-db rasters and all raster drivers are > disabled by > > default. In order to re-enable these, you need to set the following > > environment variables:POSTGIS_GDAL_ENABLED_DRIVERS and > > POSTGIS_ENABLE_OUTDB_RASTERS in the server environment" > > > > > > I tried adding the following to the end of my postgresql.conf file: > > POSTGIS_GDAL_ENABLED_DRIVERS=ENABLE_ALL > > POSTGIS_ENABLE_OUTDB_RASTERS=1 > > However, it generated an error message saying that the variables weren't > > recognized. Can anyone tell me how to set them? > > > > Thanks, > > > > John > _______________________________________________ > postgis-users mailing list > [email protected] > http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users >
_______________________________________________ postgis-users mailing list [email protected] http://lists.osgeo.org/cgi-bin/mailman/listinfo/postgis-users
