Unify geometry quality checking #565
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
Geometries can be added via the browser frontend or via API. Both ways include quality checks on provided geometries.
Improvement
For better maintainability and future extending/enhancing the quality checking of geometries should be refactored into a central
GeometryQualityCheckerclass which can be used in theSimpleGeomFormas well as from the API.