Skip to main content
Solved

Taking data from a point object into a Polygons

  • September 9, 2016
  • 2 replies
  • 17 views

Any help on the problem below would be greatly appreciated:

I have two MapInfo layers, one is points and one is polygons.

Multiple point features may exist within one polygon.

I have data in a column in the points layer that I want to copy into the a column in the polygon layer. As there maybe multiple points within a polygon I want to concatenate the data from the multiple point features that are within that polygon into one column in the polygon layer, thus losing no tabular data from points to polygon.

Thanks in advance.

Best answer by owen

Hi Jeff, I would use the spatial relator > listsorter > list duplicate remover (optional) and then list concatenator. Owen

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

owen
Forum|alt.badge.img+1
  • Best Answer
  • September 9, 2016

Hi Jeff, I would use the spatial relator > listsorter > list duplicate remover (optional) and then list concatenator. Owen


  • Author
  • September 12, 2016

Hi Jeff, I would use the spatial relator > listsorter > list duplicate remover (optional) and then list concatenator. Owen

Owen, thank you, you have saved my life! This works perfect.