I have successfully created a shortest path layer using QNEAT3. When I try and use the OD Matrix from layers as lines (M:N) i get NULL values.
My network layer is correct (as it works for shortest path) and has no errors (tested using Geometry Checker).
I have two other layers that contain a unique id and a lat and long column amongst other columns
The network is in CRS 27700 and the origin and destination are in CRS 4326. I have tried changed the CRS to either 4326 for network or 27700 for origin and destination and this doesn't work.
I have also tried using different Topology tolerances, but with no joy.
Below is the inputs i'm using for OD Matrix from layers as lines (m:n).
I'm using QGIS 3.16.2 Hannover and QNEAT 1.0.4
My Origin layer is as follows:
My Destination layer is as follows:
My dataset is much larger, I have used the Vector Selection/Random Extract to reduce the dataset for testing.
I have also followed the below tutorial, which worked fine:
https://www.qgistutorials.com/en/docs/3/origin_destination_matrix.html


