Skip to main content

Hi, I want to check my dataset( with different layers), which contains polygon and line features for correctness. Which Method can I use to check if there are Layers filled with the wrong features? To check it manually is no option, because the dataset is to large.

Geometry filter will allow you to filter out lines and polygons/areas


If you have a layer and want to compare a changed layer you can use the ChangeDetector.


Thank you!


Reply