Hallo fme-community i hope you can help me again. I working for an template which should generate a OpenDRIVE structure. I take the data of streets from OSM and wanna try to fill some information into my structure. The workflow is like
.
I have just rly much questions because i have rly hard problems with fme to work as i want (first try with it). My template looks like
And in this template i wanna try to change my subtemplate "GEOMETRY" to calculate the length and some other attributes from one note to the next one.
The problem is i just give my template the lanes as you can see in the workflow that i give my subtemplate 3 lines. And if i run this i get this as result.
My first question is now how can i split this 3 incoming lines up in 3 roads that i get the first 3 nodes in the first road (marked as 1) and the next 4 nodes into the next road (marked as 2) and so on. I tried it with an if sentence but it doesn't works so i deleted it. The split between the roads work but not that i put just the nodes from the first line into the first road, he put me every node from all 3 lanes into every road.
I hope i described my problem as you understand it. I need rly help i tried to solve this but nothing works.
Thanks for your time!