Skip to contents

The FlatGeobuf driver exposes no documented configuration options. This constructor exists for interface symmetry with the other driver option families; it warns and returns an empty gdal_config_opts() object.

Usage

fgb_config_opts(...)

Arguments

...

Ignored (no configuration options are available for this driver).

Value

An (empty) gdal_config_opts() object for the FlatGeobuf driver.

Examples

fgb_config_opts()
#> Warning: The FlatGeobuf driver has no documented configuration options.
#> <gdal_config_opts/gdal_opts>
#>  Driver: FlatGeobuf
#>  No configuration options set.