Opened 3 years ago

Closed 3 years ago

Last modified 3 years ago

#4818 closed defect (fixed)

VSICURL "driver" cannot be set

Reported by: pramsey Owned by: pramsey
Priority: medium Milestone: PostGIS 3.1.1
Component: postgis Version: master
Keywords: Cc:

Description

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

Change History (3)

comment:1 by pramsey, 3 years ago

Milestone: PostGIS 3.1.0PostGIS 3.1.1

comment:2 by Paul Ramsey <pramsey@…>, 3 years ago

Resolution: fixed
Status: assignedclosed

In b11ed4d/git:

Make the VSICURL synthetic driver work as documented. Closes #4818

comment:3 by Paul Ramsey <pramsey@…>, 3 years ago

In 0a5e486/git:

Make the VSICURL synthetic driver work as documented. Closes #4818

Note: See TracTickets for help on using tickets.