Skip to content

Commit

Permalink
fix routing function bug introduced by #1092
Browse files Browse the repository at this point in the history
  • Loading branch information
radumas authored Dec 6, 2024
1 parent 401b132 commit 15d3d77
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AS $BODY$

WITH results as (
SELECT *
FROM pgr_dijkstra('SELECT id, source::int, target::int, cost::int
FROM pgr_dijkstra('SELECT id, source::int, target::int, cost_length::int
as cost from gis_core.routing_centreline_directional', _node_start, _node_end)
)

Expand Down

0 comments on commit 15d3d77

Please sign in to comment.