Projections

specdraftimplcandidate

Select the feature properties included in the feature response.

Scope

Conformance Classes

Projections is based on the draft of OGC API Features Part 6: Property Selectionopen in new window.

Query Parameters

NameResourcesDescription
properties
Features, Feature, Vector Tile
The properties that should be included for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned.
exclude-properties
Features, Feature, Vector Tile
The properties that should be excluded for each feature. The parameter value is a comma-separated list of property names. By default, all feature properties with a value are returned. The parameter must not be used together with the "properties" parameter.
skipGeometry
Features, Feature
Deprecated, use properties or exclude-properties instead. Use this option to suppress geometries in the response.

Configuration

Options

NameDefaultDescriptionTypeSince
buildingBlock
Always PROJECTIONS.
string
v2.0
enabled
false
Enable the building block?
boolean
v2.0

This building block does not require or support any additional configuration files.

Examples


- buildingBlock: PROJECTIONS
  enabled: true