Hi,
I have a (complete) road network containing all the "real" roads segments of the road network. I then have several "copies" of the road network but with different segments, these segments define attribute properties for the road segments. I want to split the "real" segments by multiple attribute segments.
e.g.:
Road 1
--------------------------------------------
5m 10m
---------|-----------------------------------
70km/h 50km/h 70km/h
--------------------|-------------|----------
Desired output:
5m 10m 10m 10m
--------|-----------|-------------|----------
70km 70km 50km/h 70km/h
Does anyone have a good solution for performing this in FME?