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)
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.