Hi
I have a shape file with points and a shape file with polygons.
I want per point a csv file with all the polygons containing that point.
It looks like this:
1,photo3
1,photo4
1,photo7
1,photo9
....
My workbench works, until a point that lays in 2 polygons.
The polygon will only be added in the first csv file and not in both.
I tried group by name and group by fotonamen, but that doesn't work.