Geometry Simplification

specdraftimplcandidate

Simplification of geometries with Douglas Peucker.

Scope

Query Parameters

NameResourcesDescription
maxAllowableOffset
Features, Feature
All geometries are simplified using the Douglas Peucker algorithmopen in new window. The value defines the maximum distance between original and simplified geometry (Hausdorff distanceopen in new window). The value has to use the unit of the given coordinate reference system (CRS84 or the value of parameter crs).

Configuration

Options

NameDefaultDescriptionTypeSince
buildingBlock
Always GEOMETRY_SIMPLIFICATION.
string
v2.0
extensionType
Deprecated See buildingBlock.
string
v2.0
enabled
false
Enable the building block?
boolean
v2.0

Examples


- buildingBlock: GEOMETRY_SIMPLIFICATION
  enabled: true