Skip to main content
Solved

I would like only to find sliver and overlap polygons. Please anyone help me.

  • August 21, 2017
  • 2 replies
  • 67 views

Best answer by erik_jan

Create a bounding box (Creator), larger than the area of the features.

Then feed all to the AreaonAreaOverlayer. This will create an attribute called _overlaps.

Any resulting polygon with _overlaps != 2 will be a place with multiple (>2) or no (1) polygons.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

erik_jan
Contributor
Forum|alt.badge.img+23
  • Contributor
  • Best Answer
  • August 21, 2017

Create a bounding box (Creator), larger than the area of the features.

Then feed all to the AreaonAreaOverlayer. This will create an attribute called _overlaps.

Any resulting polygon with _overlaps != 2 will be a place with multiple (>2) or no (1) polygons.


Thanks Erik. It works.