I have two point shapefiles (start/destination) and one sort of street network shapefile. I would like a to create a distance matrix from the start-shapefile to the destination points, using the street network file. It does not necessarily have to be "shortest path", because mostly there is only one way anyway.
I am using QGIS 3.21 at the moment, but I have 2.18 also, so I don't really care on which one.
Is there a proper solution?