# tile({x},{y},{zoom}).mvt
http://router.project-osrm.org/tile/v1/car/tile(1310,3166,13).mvt
- x, y, z in the URL follow the rule defined in slippy_map_tilenames
- OSRM tiles mainly for debug purpose and is not designed for tile rendering. It contains two layers, speeds layer mainly for checking weight and turns layer is for guidance. You could get more information from the discussion in initial pull request.