I'm having trouble removing buffer segments correctly when generating a buffer around a line dataset with roads.
Input data (road lines with road name and city):
When buffering this, I end up with:
This method has a lot of overlap that i'm not able to process properly. Is there a way to buffer it like this or process the _overlap >= 2 in a way that this is the result:
I tried the areaonareaoverlay and correct the overlap afterwards but did not get the desired result.