Profile - Codelist Values

speccustomimplcandidate

Profiles for representing feature properties with enumerated values.

Scope

If the feature schema includes at least one property with a "codelist" constraint, one of two profiles can be used to select the representation of coded values in the response. Supported are "val-as-code" (the code) and "val-as-title" (the label associated with the code).

HTML uses "val-as-title" as the default, all other feature encodings use "val-as-code" as the default.

Note: Explicit codelist transformations in the provider or in the service configuration are always executed, the "profile" parameter with a value "val-as-code" does not disable these transformations.

Configuration

Options

NameDefaultDescriptionTypeSince
buildingBlock
Always PROFILE_VAL.
string
v2.0
enabled
true
Enable the building block?
boolean
v2.0

Examples


- buildingBlock: PROFILE_VAL
  enabled: true