IGNF / road2

NodeJS routing server aggregating several popular routing engines (video presentation (french) : https://peertube.fr/w/75fwFoW2GP8tQSGLUXUpPP)

Home Page:https://ignf.github.io/road2/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[feat] Add all OSRM features

lgrd opened this issue · comments

commented

Need

Today, Road2 can handle route and nearest requests. But OSRM can compute more than these. So, because we have the motor and the data, we could use all the functionalities of OSRM : table, match, trip and tile.

Tasks

  • Update the API documentation
  • Add table operation
  • Add match operation
  • Add trip operation
  • Add tile operation (maybe in a debug part of Road2)