Changes between Version 19 and Version 20 of ConfigOptions


Ignore:
Timestamp:
May 9, 2011, 6:56:39 AM (13 years ago)
Author:
Even Rouault
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ConfigOptions

    v19 v20  
    244244Added in GDAL/OGR 1.9.0.
    245245
    246 This may be set to a OGR Character Encoding name in order to force all DBF files opened with the shapefile driver to be treated as having that encoding instead of trying to interpret the encoding setting of the file itself.
     246Shapefile driver specific. This may be set to a OGR Character Encoding name in order to force all DBF files opened with the shapefile driver to be treated as having that encoding instead of trying to interpret the encoding setting of the file itself.
    247247
    248248=== DXF_ENCODING ===
    249249
    250 This may be set to a OGR Character Encoding name in order to force all DXF files opened with the DXF driver to be treated as having that encoding instead of trying to interpret the encoding setting of the file itself.
     250DXF driver specific. This may be set to a OGR Character Encoding name in order to force all DXF files opened with the DXF driver to be treated as having that encoding instead of trying to interpret the encoding setting of the file itself.
    251251
    252252=== GML_INVERT_AXIS_ORDER_IF_LAT_LONG ===
    253253
    254 Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation. Also impacts WFS driver behaviour.
     254GML driver specific. Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation. Also impacts WFS driver behaviour.
    255255
    256256=== GML_CONSIDER_EPSG_AS_URN ===
    257257
    258 Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation. Also impacts WFS driver behaviour.
     258GML driver specific. Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation. Also impacts WFS driver behaviour.
    259259
    260260=== GML_SAVE_RESOLVED_TO ===
    261261
    262 Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation.
     262GML driver specific. Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation.
    263263
    264264=== GML_SKIP_RESOLVE_ELEMS ===
    265265
    266 Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation.
     266GML driver specific. Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation.
    267267
    268268=== GML_FIELDTYPES ===
    269269
    270 See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation.
     270GML driver specific. See [http://gdal.ogr/ogr/drv_gml.html GML driver] documentation.
    271271
    272272=== OGR_WFS_PAGING_ALLOWED ===
    273273
    274 Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_wfs.html WFS driver] documentation.
     274WFS driver specific. Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_wfs.html WFS driver] documentation.
    275275
    276276=== OGR_WFS_PAGE_SIZE ===
    277277
    278 Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_wfs.html WFS driver] documentation.
     278WFS driver specific. Added in GDAL/OGR 1.8.0. See [http://gdal.ogr/ogr/drv_wfs.html WFS driver] documentation.
    279279
    280280=== OGR_WFS_LOAD_MULTIPLE_LAYER_DEFN ===
    281281
    282 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)
     282WFS 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)
    283283
    284284=== OGR_EDIGEO_FONT_SIZE_FACTOR ===
    285285
    286 Added in GDAL/OGR 1.9.0. See [http://gdal.ogr/ogr/drv_edigeo.html EDIGEO driver] documentation.
     286EDIGEO driver specific. Added in GDAL/OGR 1.9.0. See [http://gdal.ogr/ogr/drv_edigeo.html EDIGEO driver] documentation.
    287287
    288288=== OGR_EDIGEO_CREATE_LABEL_LAYERS ===
    289289
    290 Added in GDAL/OGR 1.9.0. See [http://gdal.ogr/ogr/drv_edigeo.html EDIGEO driver] documentation.
     290EDIGEO driver specific. Added in GDAL/OGR 1.9.0. See [http://gdal.ogr/ogr/drv_edigeo.html EDIGEO driver] documentation.
    291291
    292292=== OGR_EDIGEO_RECODE_TO_UTF8 ===
    293293
    294 Added in GDAL/OGR 1.9.0. Can be set to OFF to prevent recoding strings in LATIN-1 to UTF-8.
     294EDIGEO driver specific. Added in GDAL/OGR 1.9.0. Can be set to OFF to prevent recoding strings in LATIN-1 to UTF-8.