Skip to main content
Question

How can I ensure that my layers match the correct features?

  • January 26, 2021
  • 3 replies
  • 13 views

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.

3 replies

hkingsbury
Celebrity
Forum|alt.badge.img+63
  • Celebrity
  • 1625 replies
  • January 26, 2021

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


Forum|alt.badge.img+2
  • 194 replies
  • January 26, 2021

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


  • Author
  • 6 replies
  • January 27, 2021

Thank you!