I'm Looking for ideas of how to calculate total route distance. There are thousand of trips and some go through the same road and i want to exclude the overlaps. so that each distance covered is not calculated multiple times when there are more than one trip that takes that road. I want the distance to be calculated once. I have the data lines showing the route on top of each other at the moment. at the end i need a total distance in meters. Thanks for your input.