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
{{ message }}
This repository was archived by the owner on Dec 21, 2020. It is now read-only.
Using the alternative API client to perform online routing and then produce gpx from the result, fails with:
This is because in
GraphHopperWeb.createPathWrappera nullTranslationis used:Since we have the online routing result, can we support GPX creation on the client?
e.g. enhance
InstructionListto allow externalTranslation?