Changes between Version 24 and Version 25 of ConfigOptions


Ignore:
Timestamp:
Feb 14, 2013, 12:00:23 PM (11 years ago)
Author:
Kyle Shannon
Comment:

Add OGR_SKIP documentation

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v24 v25  
    307307
    308308EDIGEO driver specific. Added in GDAL/OGR 1.9.0. Can be set to OFF to prevent recoding strings in LATIN-1 to UTF-8.
     309
     310=== OGR_SKIP ===
     311
     312This option can be used to unregister one or several OGR drivers. This can be useful when a driver tries to open a datasource that it should not recognize, or when several drivers are built-in that can open the same datasets (for example KML, LIBKML datasources). The value of this option must be a comma delimited list of the short name of the OGR drivers to unregister.