I have a points with attribute name 'home_number'.
1. 15a
2. 15b
3. 15c
4. 7a
5. 7b
Points 1-3 are in the first polygon, points 4-5 in the second polygon.
I would like to get the common value of the attribute from the points,
so that the first polygon is given the value 15 and the second polygon is given the value 7.
It is possible? Please help me.