Changes between Version 51 and Version 52 of ConfigOptions


Ignore:
Timestamp:
Mar 25, 2022, 6:43:16 AM (2 years ago)
Author:
tbonfort
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v51 v52  
    157157=== GDAL_PAM_ENABLED ===
    158158
    159 PAM support can be enabled (resp. disabled) in GDAL by setting the GDAL_PAM_ENABLED configuration option (via CPLSetConfigOption(), or the environment) to the value of YES (resp. NO). Note: The default value is build dependant and defaults to YES in Windows and Unix builds.  See [http://gdal.org/classGDALPamDataset.html GDALPamDataset] for more information.
     159PAM support can be enabled (resp. disabled) in GDAL by setting the GDAL_PAM_ENABLED configuration option (via CPLSetConfigOption(), or the environment) to the value of YES (resp. NO). Note: The default value is build dependant and defaults to YES in Windows and Unix builds.  See [http://gdal.org/classGDALPamDataset.html GDALPamDataset] for more information. Note that setting this option to OFF may have subtle/silent side-effects on various drivers that rely on PAM functionality.
    160160
    161161=== GDAL_PAM_MODE ===