We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5781f83 commit 1b1aa17Copy full SHA for 1b1aa17
view_way_vertices.sql
@@ -0,0 +1,5 @@
1
+SELECT ways_vertices_pgr.*
2
+FROM
3
+ routing.ways_vertices_pgr,
4
+ routing.ways
5
+WHERE ways_vertices_pgr.id in (ways.source, ways.target)
0 commit comments