I have points snapped to line endpoints. I run topologybuilder with assume clean data=y and propogate all attributes=Y. I expect a list attribute _lines{} to be added to the point features i.e. nodes. It is not. There is only something called node_angle{} with no useful line information in it. How do I get the attributes from the connecting lines?
PointonLineOverlayer could set the line attributes on the points.
Another option would be to use the SpatialRelator
Another option would be to use the SpatialRelator
Do you have the parameter "Propagate all Attributes from Input" set to Yes?
When I use that then I get the street (edge) attributes passed on to the nodes. It is a list attribute, and for some reason the list is called _node_angle - but I do get the attributes.
For example, each node has _node_angle{0}.StreetName and _node_angle{1}.StreetName
Do you have the parameter "Propagate all Attributes from Input" set to Yes?
When I use that then I get the street (edge) attributes passed on to the nodes. It is a list attribute, and for some reason the list is called _node_angle - but I do get the attributes.
For example, each node has _node_angle{0}.StreetName and _node_angle{1}.StreetName