add osrm to routing service (#86)

This commit is contained in:
Asim Aslam
2021-04-26 11:42:08 +01:00
committed by GitHub
parent 7ae45b522e
commit d119807d1c
10 changed files with 345 additions and 135 deletions

View File

@@ -3,3 +3,11 @@ Point to point routing directions
# Routing Service
The routing service provides point to point directions
## Config
The following config must be set
- **routing.mode**: "google" or "osrm"
- **google.api.key**: google maps api key if using google
- **osrm.api.address"**: location of osrm api