Project-OSRM / osrm-backend

Open Source Routing Machine - C++ backend
http://map.project-osrm.org
BSD 2-Clause "Simplified" License
6.33k stars 3.34k forks source link

Allow export of the polyline's nodes' coordinates #7031

Closed jidanni closed 1 week ago

jidanni commented 1 week ago

In https://github.com/openstreetmap/openstreetmap-website/issues/5224 I mention how important it is to allow users to export routes, instead of needing to pass internal browser strings to polyline decoders.

jcoupey commented 1 week ago

There is nothing actionable here as far as OSRM is concerned as it is already possible to get the geometry in geojson. See geometries option in route service.