Project-OSRM / osrm-backend

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

turns layer missing from tile service #6207

Closed RegularnaMatrica closed 3 weeks ago

RegularnaMatrica commented 2 years ago

I'm interested in finding intersections and possible maneuvers at intersections. Documentation says that tile service returns turns layer containing that information. After I transform longitude and latitude inputs as in documentation and use read_mvt_data function from protolite package in R I don't get turns layer. What I get is 3 things:

  1. speed layer (as in documentation)
  2. osm id for intersections
  3. internal-nodes (don't know what that is)

Did someone have similar problem? Does this happen in python? Is it due to protolite package? Is documentation on tile service misleading?

github-actions[bot] commented 1 month ago

This issue seems to be stale. It will be closed in 30 days if no further activity occurs.