osrm-backend
                                
                                 osrm-backend copied to clipboard
                                
                                    osrm-backend copied to clipboard
                            
                            
                            
                        turns layer missing from tile service
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:
- speed layer (as in documentation)
- osm id for intersections
- 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?