#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 , 4 years ago
Milestone: | PostGIS 3.1.0 → PostGIS 3.1.1 |
---|
comment:2 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
In b11ed4d/git: