Geometry Simplificationspecdraftimplcandidate
Simplification of geometries with Douglas Peucker.
Scope
Query Parameters
Name | Resources | Description |
---|---|---|
maxAllowableOffset | Features, Feature | All geometries are simplified using the Douglas Peucker algorithm. The value defines the maximum distance between original and simplified geometry (Hausdorff distance). The value has to use the unit of the given coordinate reference system ( CRS84 or the value of parameter crs ). |
Configuration
Options
Name | Default | Description | Type | Since |
---|---|---|---|---|
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