Features - FlatGeobuf

speccustomimplcandidate

Encode features as FlatGeobufopen in new window.

Scope

Features are encoded as FlatGeobuf file. The feature properties are always flattened. Properties with multiple values are limited to maxMultiplicity values.

Configuration

Options

NameDefaultDescriptionTypeSince
buildingBlock
Always FLATGEOBUF.
string
v2.0
extensionType
Deprecated See buildingBlock.
string
v2.0
enabled
false
Enable the building block?
boolean
v2.0
transformations
{}
Property transformations do not affect data sources, they are applied on-the-fly as part of the encoding. Filter expressions do not take transformations into account, they have to be based on the source values. That means queryable properties (see queryables in Features) should not use transformations in most cases. The exception to the rule is the HTML encoding, where readability might be more important than filter support.
object
v2.0
maxMultiplicity
3
If the feature schema includes array properties, maxMultiplicity properties will be created for each array property. If an instance has more values in an array, only the first values are included in the data.
number
v3.2

Examples


- buildingBlock: FLATGEOBUF
  enabled: true