IGNF / road2

NodeJS routing server aggregating several popular routing engines (video presentation (french) : https://peertube.fr/w/75fwFoW2GP8tQSGLUXUpPP)
https://ignf.github.io/road2/
GNU General Public License v3.0
11 stars 3 forks source link

[feat] Add a conf to modify each route inside the getCapabilities #100

Open lgrd opened 4 months ago

lgrd commented 4 months ago

For a specific API (ex. simple/1.0.0), you have differents routes (ex. /route, /nearest, etc...).

But sometime, you may want to expose thoses routes with a different label (ex. /route -> /navigation). It is easy to hide this technical aspect behind a front but the getCap will not know it.