nilsnolde / routingpy

🌎 Python library to access all public routing, isochrones and matrix APIs in a consistent manner.
https://routingpy.readthedocs.io/en/latest/?badge=latest
Apache License 2.0
272 stars 28 forks source link

Fix Graphhopper POST #92

Closed jan-bausch closed 1 year ago

jan-bausch commented 1 year ago

This fixes two bugs in #91:

  1. key should be a GET parameter, not POST according to the docs
  2. Coordinates should be numbers, not strings
jan-bausch commented 1 year ago

No problem, didn't catch them myself