I have a polyline (.shp) feature that is essentially just a road network in my city and I wish to update one of its attributes from an overlapping area (.shp). The overlapping area is a buffered corridor of a bikepath that I want to use to update the polyline attribute wherever they overlap.
I'm using the lineonareaoverlayer with the following parameters:
I want to preserve all the other attributes of the polyline road network. I just want to update the status attribute from overlapping area status attribute. See below:
Line feature attributes:
Area feature attributes:
I want the Status to switch from Not ridden to Ridden anywhere on the line that overlaps with the area. From what I can tell I should be using the listexposer to access the list generated from the lineonareaoverlap transformer but no matter what I try I can't get it to work.