From 27dcda9acbc6f3ece258d96ad43bcb9c6a9acab6 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Wed, 5 May 2021 13:10:26 +0100 Subject: [PATCH] move out config readme --- routing/README.md | 11 ++--------- routing/config.md | 7 +++++++ 2 files changed, 9 insertions(+), 9 deletions(-) create mode 100644 routing/config.md diff --git a/routing/README.md b/routing/README.md index 0cb04c4..e5359b8 100644 --- a/routing/README.md +++ b/routing/README.md @@ -1,8 +1,8 @@ -Point to point routing directions +Etas, routes and turn by turn directions # Routing Service -The routing service provides point to point directions +The routing service provides etas, gps routes and turn by turn directions. ## Features @@ -10,10 +10,3 @@ The routing service provides point to point directions - **ETAs** - Estimated time of arrival from origin to destination - **Routes** - GPS point based routes with distance and duration -## Config - -The following config must be set - -- **routing.provider**: "google" or "osrm" -- **routing.address"**: location of osrm api if used -- **google.apikey**: google maps api key if using google diff --git a/routing/config.md b/routing/config.md new file mode 100644 index 0000000..32fe18d --- /dev/null +++ b/routing/config.md @@ -0,0 +1,7 @@ +# Config + +The following config must be set: + +- **routing.provider**: "google" or "osrm" +- **routing.address"**: location of osrm api if used +- **google.apikey**: google maps api key if using google