I have network of lines (water pipes) that spreads out the entire city. Many of the lines are on top of each other.
Questions:
1. How can I represent the lines that are on top of each other (at a point or parallel for some distance) without being regarded as error when I do topology checking ?
2. How to do topology that excludes lines that are on top of each other ? I want to show only Lines that are intersecting each other regarded as error.
Thanks