Skip to content

Commit 1b1aa17

Browse files
committed
create subselection of waypoint that are on line
1 parent 5781f83 commit 1b1aa17

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

view_way_vertices.sql

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)