I have a road network in which all roads are represented by lines. Depending on the size of the road, a road can be represented by two geometries (i.e. two driving directions). However, these two geometries are displayed on top of each other.
I want to shift them so that these two directions are displayed next to each other instead of on top of each other.
Overlapping geometries/directions are drawn in different direction. So, if you display the network in QGIS with arrows, you can see this difference.
The ID of these overlapping geometries are characterised by + and - (e.g. +10123 and -10123 overlap).
Some help and/or tips are more than welcome to overcome this problem by, preferably, using QGIS, PostGIS and/or Python.