Solved
I have 1 line and 1 polygon layer, have to extract all the intersection points and create a point layer with the attributes of line and polygon present on it, how it can be done?
I have 1 line and 1 polygon layer, have to extract all the intersection points and create a point layer with the attributes of line and polygon present on it, how it can be done?
Best answer by thdrg
@bhavyagandhi @virtualcitymatt if you only want the intersection points that are overlapping both of your 2 layers, you have be aware that if the line layer (or the polygon one) have some self intersection, the lineOnlineOverlayer will give you also the intersections point for this unique layer. For example, if you have a road network as a line layer, the transformer will return you all the intersection points for the roads crossing... like this :
It's the same thing for your polygon layer. So you have to manage/clean your intersection point after. Personally, here is what I'd do :
Hope it helps!
Théo Drogo
GIS consultant @consortech (Partner)
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.
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.



