After using the Orienter on a line the attributes that are 'end sensitive' are no longer in the correct fields because of the flip. I used to use AttributeCopier (v2)
which did a fine job. But an "upgrade" has broken the swap, overwriting
so fields. I used to just not upgrade, but now the workbench just
crashes. I cannot create a new workbench with the old AttributeCopier so I am stuck with a kludge using a whole lot of temporary variables unless there is a more elegant solution. Is there?
Just to be clear, I need to do this:
Source Target
LTO RFR
LFR RTO
RTO LFR
RFR LTO
etc
for every "end sensitive" attribute. (You will remember that not only
do you have to reverse the data values, but it has to be mirrored as
well when a flip is done because left and right are also swapped.)
Preferably I would like AttributeCopier to revert to the original behaviour.