Seems above is not needed if the parameters prescale_rasters or clip_rasters are set
parent
fdb41ffa74
commit
75b90a2582
1 changed files with 1 additions and 0 deletions
|
@ -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" && !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).
|
||||
|
||||
|
|
Loading…
Reference in a new issue