Projectionsspecdraftimplcandidate
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 Selection.
Query Parameters
Name | Resources | Description |
---|---|---|
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
Name | Default | Description | Type | Since |
---|---|---|---|---|
buildingBlock | Always PROJECTIONS . | string | v2.0 | |
enabled | false | Enable the building block? | boolean | v2.0 |
Examples
- buildingBlock: PROJECTIONS
enabled: true