[postgis-users] points to lines
ahmed at elegantdesigns.ca
ahmed at elegantdesigns.ca
Mon Jul 20 06:57:21 PDT 2009
Hello list,
I have a point table with the following format:
id node_1 node_2 weight
1 1 2 5.4
2 1 3 2
3 2 4 6
4 4 4 1
the table is about 2,000 rows long.
i was wondering how can i convert this table into a line layer such that:
* line should be created between node_1 and node_2
* a weight field/attribute be added corresponding to the link
Thank you,
dassouki
More information about the postgis-users
mailing list