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.
Update route_matrix() from Routing API v7.2 (calculatematrix) to Matrix Routing API v8 (see #87).
Update isoline() from Routing API v7.2 (calculateisoline) to Isoline Routing API v8 (see #87).
Update route() from Routing API v7.2 (calculateroute) to Routing API v8, which brings the elevation to the route geometries (closes #87). Note: Arrival time is not yet supported.
Return ISO state and country code in geocode() with the updated API v7.2 as it did with the previous API v6 (closes #98).
Deprecate parameters mode and type in route(), route_matrix() and isoline(), use transport_mode and routing_mode instead.
Fix parsing of timezones in connection() and intermodal_route() (closes #94).
Fix not conditional use of suggested packages in vignettes (closes #101).
Fix issue with delimiter for POST requests by changing it from a space " " to a space pipe combination " | " (closes #102).
Added contribution guidelines, code of conduct and issue templates.