In QGIS 3.10.4 on Mac, I have two multipoint shapefiles: one is "Start" points, and the other is "To" points. Each layer has "x" and "y" coordinate columns in the attribute table. "Start" points only have "location_name" (string) as IDs, and "To" points have ID numbers as IDs.
I also merged the two layers, so I have a layer that has both sets of points if needed.
My goal is to draw lines between each "start" point and each "to" point. Many plugins in other answers cannot be found now.
I'm wondering how can I do so?
The points look like the picture below, red dots are Start points, and blue ones are Tos.
