mirror of
https://github.com/maplibre/martin.git
synced 2024-12-18 20:31:54 +03:00
Update init_raster_support.sql
This commit is contained in:
parent
6aa3bdea5e
commit
154484d2f9
@ -1,4 +1,4 @@
|
||||
create extension postgis_raster;
|
||||
alter DATABASE db SET postgis.enable_outdb_rasters = true;
|
||||
alter DATABASE db set postgis.gdal_enabled_drivers To 'GTiff PNG JPEG';
|
||||
SELECT pg_reload_conf();
|
||||
SELECT pg_reload_conf();
|
||||
|
Loading…
Reference in New Issue
Block a user