Sunday, 13 May 2018

vector - Representing overlapping polylines in QGIS


I have several shapefiles representing bus lines with different colors for each segment, however, because the lines are exactly superposed, only the shapefile on top can be seen. Is there a way to display the lines underneath for example side-by-side on these parts of segments where several lines converge (there might be 4 or 5 of them)? The polylines are made up of series of segments.


I know there are some tools in ArcGIS, but I'm using QGIS 2.8.0



enter image description here




No comments:

Post a Comment

arcpy - Changing output name when exporting data driven pages to JPG?

Is there a way to save the output JPG, changing the output file name to the page name, instead of page number? I mean changing the script fo...