Tagged Questions
0
votes
1answer
64 views
In QGIS can I show just the lines in a Postgis query? How can I do that?
I have three tables in Postgresql, each table with one layer of lines.
I want to show the path of an initial line to another final. Is it possible executing a SQL query?
Thanks
My three tables are ...
5
votes
1answer
135 views
Given 2 LINESTRINGs with common point, how to extract common point?
I have 2 LINESTRING geometries. I know both share a common point. Using PostGIS for Postgres, what is the cleanest way to extract the common point?
Example with illustration:
How do I extract the ...
