I have a shape file containing polygons of all US counties and a csv file with lat/long point data. I would like to add the county name as an attribute to each point in the csv. i.e. Each point falls within the polygon of some county. I should then be able to do some type of spatial join to update the, currently null, county attribute of the point data. Is there any way to do this?
The map looks good with all the points contained by various counties but it will not let me do a spatial query on the csv point layer.
Any ideas? Thanks.