Project-OSRM / node-osrm

DEPRECATED Part of osrm-backend since 5.7. NodeJS bindings for OSRM
BSD 2-Clause "Simplified" License
141 stars 48 forks source link

Add support for geometries parameter polyline6 #285

Closed karenzshea closed 7 years ago

karenzshea commented 7 years ago

OSRM supports returning responses in polyline precision 6, see https://github.com/Project-OSRM/osrm-backend/blob/master/docs/http.md#route-service

Node-osrm needs a few extra lines that passes through the polyline6 option to the geometries parameter.