root676 / QNEAT3

QNEAT3 - Qgis Network Analysis Toolbox 3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Allow for different origin and destination ID data types

josephholler opened this issue · comments

The OD Matrix algorithms currently force the destination unique ID to be the same data type as the origin unique ID. The documentation hints that these must be numeric, but text strings can be used.

I suggest that both IDs should use their original data types, similarly to the QGIS Distance Matrix algorithm.

Thanks for adressing this in your PR! This is very useful and should be implemented!

Implemented in 1.0.5