Seems above is not needed if the parameters prescale_rasters or clip_rasters are set

duebbert 2016-12-20 10:54:15 +00:00
parent fdb41ffa74
commit 75b90a2582

@ -52,6 +52,7 @@ If you are using out-of-db raster files, then the ["outasin" parameter](http://p
```
<Parameter name="table">(SELECT ST_AsBinary("rast", TRUE) FROM <table_name> WHERE "rast" &amp;&amp; !bbox!) as rast</Parameter>
```
Note: the above is *only* required if parameters `prescale_rasters` or `clip_rasters` are *not* used.
Additionally make sure you have set the `POSTGIS_ENABLE_OUTDB_RASTERS` and `POSTGIS_GDAL_ENABLED_DRIVERS`environment variables for PostGIS. See the [PostGIS installation page](http://postgis.net/docs/postgis_installation.html).