Dears,
I have two different tables, both of them have common column related to Cell Name
where they are in different location (coordinates) in each table
how can I draw a line between cell names of both tables?
*Talking about mapinfo
Printable View
Dears,
I have two different tables, both of them have common column related to Cell Name
where they are in different location (coordinates) in each table
how can I draw a line between cell names of both tables?
*Talking about mapinfo
Use an SQL statement with CartesianConnectObjects which gives a polyline between 2 points. I find this way works best for me as I often use SQL scripting across different GIS applications.
Try this webpage for an idea.
If using SQL method, data must not be lat/long.
Or use spidergraph which draws lines between objects, just use a join between the two tables.