Skip to content

Commit

Permalink
fix: add extra_info parameter to get_extra_info_features_directions i…
Browse files Browse the repository at this point in the history
…n layers proc
  • Loading branch information
merydian committed May 24, 2024
1 parent 4832d35 commit 58e4ad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ORStools/proc/directions_points_layers_proc.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def sort_end(f):
continue

if extra_info:
feats = directions_core.get_extra_info_features_directions(response)
feats = directions_core.get_extra_info_features_directions(response, extra_info)
for feat in feats:
sink.addFeature(feat)
else:
Expand Down

0 comments on commit 58e4ad8

Please sign in to comment.