Make background validation performed by Services
configurable
#2060
Labels
good first issue
Good for newcomers
topic: core
Issues relating to core geometry, operations, algorithms
topic: validation
Infrastructure for checking various properties of objects, making sure they are valid.
type: feature
New features and improvements to existing features
Validation uses parameters defined in
ValidationConfig
to determine whether close-by objects are considered coincident or not. However, this is not exposed through theServices
API, which is the main way of using validation.It should be possible to override the configuration used by
Services
in some way.The text was updated successfully, but these errors were encountered: