Reputation: 21
I host OSRM v5.24.0 on my local machine using a dataset preprocessed with CH (Contraction Hierarchies) pipeline. And I need to get the output of route response in flatbuffers format. But I couldn't find the correct query for that.
API Documentation reference: http://project-osrm.org/docs/v5.24.0/api/#requests
The query I am using (Postman):
Result I get:
{
"message": "Query string malformed close to position 156",
"code": "InvalidQuery"
}
Upvotes: 0
Views: 263
Reputation: 21
This is resolved. Following is the correct get request to get the response in flatbuffers format:
Upvotes: 0