Hi,
I have an esri shape layer with point, the points represent a road and have a direction. Every point has the attribute "location". This attribute has the values "0" ; "1" ; "2". I want to create for every point an offset in a right angle to the direction of the road.location = 0 ==> no offest
location = 1 ==> left offset
location = 2 ==> right offset
I want to store the result as shape file.
Has somebody some ideas how I can manage my workbench?
Thanks and best regards.