Hello,
Thank you very much for the api, great work!
I have an issue which i can't resolve on my own:
I'm doing POST call to:https://api.openrouteservice.org/matrix?api_key=<api_key>&profile=driving-car with next profile values: {'profile': 'driving-car', 'metrics': 'duration|distance', 'optimized': true, 'units': 'm', 'locations': [ [ 55.776573, 37.551785 ], [ 55.803729, 37.41334 ] ], 'sources': "0", 'destinations': "1"}
From response i can see: "sources": [{"location": null}], most of other values, except "destination" are "null" as well.
I used to check these coordinates with maps.openrouteservice.org - and all works well, i changed
"sources" to some other value, and all works well as well.
Please help, what i'm doing wrong?
Cheers,
Innokentiy