You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to implement skip_waypoints as an option my Node API, but the parameter has no effect. My C++ is beyond rusty, but I believe the issue is that include/nodejs/node_osrm_support.hpp does not include this in the argumentsToParameter function.
I'm happy to submit a pull request for this, essentially duplicating the "generate_hints" block from lines 662:676, replacing generate_hints with skip_waypoints. However, I lack the skills to determine if this is a sufficient fix. Can anyone provide guidance?
The text was updated successfully, but these errors were encountered:
I'm trying to implement
skip_waypoints
as an option my Node API, but the parameter has no effect. My C++ is beyond rusty, but I believe the issue is thatinclude/nodejs/node_osrm_support.hpp
does not include this in theargumentsToParameter
function.I'm happy to submit a pull request for this, essentially duplicating the "generate_hints" block from lines 662:676, replacing
generate_hints
withskip_waypoints
. However, I lack the skills to determine if this is a sufficient fix. Can anyone provide guidance?The text was updated successfully, but these errors were encountered: