[postgis-tickets] [PostGIS] #4818: VSICURL "driver" cannot be set
PostGIS
trac at osgeo.org
Mon Dec 14 16:51:00 PST 2020
#4818: VSICURL "driver" cannot be set
---------------------+---------------------------
Reporter: pramsey | Owner: pramsey
Type: defect | Status: assigned
Priority: medium | Milestone: PostGIS 3.1.0
Component: postgis | Version: master
Keywords: |
---------------------+---------------------------
The synthetic "driver" is not settable, maybe because the driver set
routine checks that the driver name exists in GDAL?
{{{
postgres=# set postgis.gdal_enabled_drivers TO 'VSICURL';
WARNING: Unknown GDAL driver: VSICURL
SET
postgres=# set postgis.gdal_enabled_drivers TO 'vsicurl';
WARNING: Unknown GDAL driver: vsicurl
SET
postgres=# set postgis.gdal_enabled_drivers TO '/vsicurl';
WARNING: Unknown GDAL driver: /vsicurl
SET
}}}
--
Ticket URL: <https://trac.osgeo.org/postgis/ticket/4818>
PostGIS <http://trac.osgeo.org/postgis/>
The PostGIS Trac is used for bug, enhancement & task tracking, a user and developer wiki, and a view into the subversion code repository of PostGIS project.
More information about the postgis-tickets
mailing list