-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently tidygeocoder only displays warnings/errors in the HTTP response if the HTTP request fails (ie. HTTP code != 200) for single address geocoding:
Line 588 in 2746bfa
| if (query_results$status != 200) { |
This behavior varies by service for batch geocoding. Ideally we would also display warnings contained in HTTP response even if the HTTP request is successful. One use case here: #178 (comment)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request