Skip to main content

I have polygons admin division and streets lines, I would like to find lines (streets) in the borders, The orange lines.

Blue Squares = Polygonal Admin border

Yellow, Green, Orange = Street lines

Target = Orange lines

I would convert the borders to lines (GeometryCoercer) and then use a LineonLineOverlayer to get the overlaying parts (only use overlaying lines that have attributes from borders and streets to avoid border/border overlaps and lines longer than 0 to avoid intersections).


Hi @josesauz, the Clipper might help you.


Thanks @erik_jan and @takashi for your responses


Reply