Hello, I would like to do the following (see attachment):
- Select these three lines (black, green, red) from a db table (how the table is structured I have to select the three of them and not only two)
- Create a 2m buffer around each line
- Identify the two lines (black, green), as they are the lines with a smaller angle to each other, and create a point where their buffers intersect /diverge (red dot)
- Create a perpendicular line to the green and black line starting from that point
- Create a point (yellow dots) 4m away from the intersection of the perpendicular line with black/green line on the black/green line
The first two steps are easy to do but I have troubles with steps 3-5. What transformers shall I use ?