I have a number of trails that are coded for different uses, e.g walking, skiing, horseback riding etc. I would like to find out where these overlap and at the same time create a rule set for the outgoing attributes. LineOnLineOverlayer seems to do the first, but it will only output one attribute so I cant do the attribute reorganizing afterwords. And I can not do the reorganizing before LineOnLine since I only want to sort the lines that actually overlap. Does anyone have a clever workaround for this?
Â
Â
I might ad some examples of the the attribute processing I want to do: A+B = (new attribute) G, A+C = A, B+D = B+D, and so on