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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Enable optimize parameter to chose from "balanced", "quality" and "performance" in isoline() (closes #119).
Remove deprecated parameters in route(), route_matrix() and isoline().
Add specific user-agent to the requests: hereR/<version> R/<version> (<platform>).
Add option to deactivate rate limits set_rate_limit(FALSE).
Bugfix: Add rate limits in RPS (requests per seconds) to async requests to the APIs; move dependency for requests from curl to crul package (closes #122).
Bugfix: isoline() now handles multipart polygons (MULTIPOLYGON) if received by the API (closes #121).
Add area and feature avoidance in route() (closes #117).