Question

visualize if there are more than one point in a polygon (a lot off points and polygons)

  • 16 August 2018
  • 2 replies
  • 0 views

The question is:

Which areas have more than two points in it.

So I want to make a selection of points in a lot of area..

Visualize if there are more than one point in a polygon (a lot off points and polygons)


2 replies

Userlevel 1
Badge +21

You can use a spatial relator or a point on area overlayer to count the number of points falling within a polygon

Userlevel 4
Badge +30

Hi @jopie

 

I believe that you can use the transformer PointOnAreaOverlayer to generate the attribute _overlaps.

After, I uggest you to use the transformer Tester and configure this: _overlaps > 2 ( for example )

Thanks,

Danilo

 

Reply