mster429
mster429

Reputation: 21

OSRM: Getting output in Flatbuffers format for route service

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

OSRM request

The query I am using (Postman):

https://router.project-osrm.org/route/v1/driving/73.14568712144677,-0.6875788801118562;73.13504135080412,-0.682499947378062?overview=full&alternatives=false&steps=false&geometries=geojson&format=flatbuffers

Result I get:

{
    "message": "Query string malformed close to position 156",
    "code": "InvalidQuery"
}

Upvotes: 0

Views: 263

Answers (1)

Related Questions