-
Notifications
You must be signed in to change notification settings - Fork 121
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
Bulk Geocode - Properly pass thorugh params
#633
Conversation
Codecov Report
@@ Coverage Diff @@
## master #633 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 102 102
Lines 1512 1513 +1
Branches 260 260
=====================================
+ Hits 1512 1513 +1
Continue to review full report at Codecov.
|
@jgravois would love your feedback on this code change if you have time - i'm pretty sure it's working now, but want to make sure it's done in the best way. |
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.
👍
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.
If it's good enough for @jgravois it's good enough for me.
I'm glad you didn't tell him to get clever and do: options.params.addresses = {
records: options.addresses.map(attributes => { attributes })
}; #forEach()4lyfe |
AFFECTS PACKAGES: @esri/arcgis-rest-geocoding ISSUES CLOSED: #630
Thanks @gavinr, I'll get this released later today. |
#630