Changes between Version 23 and Version 24 of ConfigOptions


Ignore:
Timestamp:
Jan 10, 2013, 12:09:29 PM (11 years ago)
Author:
Kyle Shannon
Comment:

Add CPL_VSIL_CURL_ALLOWED_EXTENSIONS to page and copy comment from cpl_vsil_curl.

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v23 v24  
    6767
    6868=== CPL_TMPDIR ===
     69
     70=== CPL_VSIL_CURL_ALLOWED_EXTENSIONS ===
     71
     72Consider that only the files whose extension ends up with one that is listed in CPL_VSIL_CURL_ALLOWED_EXTENSIONS exist on the server.  This can speed up dramatically open experience, in case the server cannot return a file list.
     73For example:
     74{{{
     75gdalinfo --config CPL_VSIL_CURL_ALLOWED_EXTENSIONS ".tif" /vsicurl/http://igskmncngs506.cr.usgs.gov/gmted/Global_tiles_GMTED/075darcsec/bln/W030/30N030W_20101117_gmted_bln075.tif
     76}}}
    6977
    7078=== GDAL_DATA ===