I need to plot lines onto a map to display road quality. I'm already using colours to distinguish between different road conditions, but I also need to display another factor - the survey origin.
There are only two different origins to display, but I'm not sure what's the best way to do this. Dashed lines with gaps are not appropriate as surveys can legitimately contain gaps.
My current approach is to display the two types as follows:
- Solid colour lines for one of the survey types.
- For the second type, use a dashed line, but with the gaps drawn in a lighter shade of the same colour (shown below).
However it still seems a little confusing to see where surveys start and end.
Are there any alternatives or best practices to follow?

