Add support for FOSSGIS routing server
This commit is contained in:
parent
db1094c114
commit
8937099429
5 changed files with 219 additions and 1 deletions
|
@ -106,6 +106,7 @@ defaults: &defaults
|
|||
graphhopper_url: "https://graphhopper.com/api/1/route"
|
||||
mapquest_directions_url: "https://open.mapquestapi.com/directions/v2/route"
|
||||
osrm_url: "https://router.project-osrm.org/route/v1/driving/"
|
||||
fossgis_osrm_url: "https://routing.openstreetmap.de/"
|
||||
# External authentication credentials
|
||||
#google_auth_id: ""
|
||||
#google_auth_secret: ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue