Changes between Version 29 and Version 30 of ConfigOptions


Ignore:
Timestamp:
Mar 27, 2013, 10:16:33 AM (11 years ago)
Author:
Kyle Shannon
Comment:

fix font size on sqlite config options.

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v29 v30  
    352352WFS driver specific. Added in GDAL/OGR 1.9.0. Can be set to OFF to prevent emitting DescribeFeatureType for multiple layers at once (which is the new behaviour of the WFS driver in OGR 1.9.0 for better efficiency)
    353353
    354 == SQLITE_LIST_ALL_TABLES ==
     354=== SQLITE_LIST_ALL_TABLES ===
    355355
    356356SQLite driver specific. Set to "YES" to list all tables (not just the tables listed in the geometry_columns table)
    357357
    358 == OGR_SQLITE_LIST_VIRTUAL_OGR ==
     358=== OGR_SQLITE_LIST_VIRTUAL_OGR ===
    359359
    360360Sqlite driver specific. Added in GDAL/OGR 1.10. Set to "YES" to list VirtualOGR layers. Defaults to "NO" as there might be some security implications if a user is provided with a file and doesn't know that there are virtual OGR tables in it.