-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(arcgis-rest-routing): solveRoute rawResponse #1046
base: main
Are you sure you want to change the base?
Conversation
fixed issue with solveRoute failing when using `rawResponse: true`
Codecov Report
@@ Coverage Diff @@
## main #1046 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 150 150
Lines 2924 2928 +4
Branches 527 528 +1
=========================================
+ Hits 2924 2928 +4
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@patrickarlt I checked those other two cases, and they are actually already correctly working: #1045 (comment). I did add a unit test to cover rawResponse with originDestinationMatrix. Unless I hear any objections I will go ahead and merge this. |
fixed issue with solveRoute failing when using
rawResponse: true
#1045