I have a shapefile of points and a shapefile of polygons. I want to know WHAT points (not how many) fall inside EACH of the polygons of my multipolygon shp.
I thought the "Intersect" function was the best option to deal with this, but actually it seems that it is implemented to intersect only polygons with polygons. In fact if I try to run it I get an empty table.
I was wondering if any other function has been implemented to deal with this issue.
No comments:
Post a Comment