HI
I have a shapefile that contains polygons that are uniquely identified by a number. I also have some information about areas that are defined by groups of the polygons in the shapefile. What I am trying to do is to allocate this information to the polygon in the shape file.
I have tried obtaining a file of the centroids of each polygon (in the shapefile) and adding the additional information with that centroid & then associating the centroid with the appropriate polygon - unfortunately I seem to end up with the centroid file containing information from shapefile not the other way around.
Any suggestions would be appreciated
Thanks
Miner



