From ee509061a8333696fae7e833f7208e02b2f42f8b Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Thu, 23 Sep 2021 22:54:17 +0200 Subject: [PATCH] Add note regarding ORS plugins --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f5f5f680..dc35e4a3 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,9 @@ Find the way from A to B on a Leaflet map. The plugin supports multiple backends * [OSRM](http://project-osrm.org/) - builtin and used by default (version 5) * [Mapbox Directions API](https://www.mapbox.com/developers/api/directions/) - builtin with the class `L.Routing.Mapbox` * [GraphHopper](https://graphhopper.com/) - through plugin [lrm-graphopper](https://github.com/perliedman/lrm-graphhopper) +* [OpenRoute Service](https://openrouteservice.org/dev/#/api-docs/v2/directions/{profile}/get) - through plugins + * https://framagit.org/gegeweb/leaflet-routing-machine-openroute/ + * https://github.com/willmorejg/lrm-openrouteservice * [Mapzen Valhalla](https://mapzen.com/projects/valhalla/) - through plugin [lrm-valhalla](https://github.com/valhalla/lrm-valhalla) * [TomTom Online Routing API](http://developer.tomtom.com/io-docs) - through plugin [lrm-tomtom](https://github.com/mrohnstock/lrm-tomtom) by [Mathias Rohnstock](https://github.com/mrohnstock) * Legacy support for OSRM version 4 through plugin [lrm-osrm4](https://github.com/perliedman/lrm-osrm4)