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: ""
|
||||
|
|
|
@ -2438,6 +2438,9 @@ en:
|
|||
directions:
|
||||
ascend: "Ascend"
|
||||
engines:
|
||||
fossgis_osrm_bike: "Bicycle (OSRM)"
|
||||
fossgis_osrm_car: "Car (OSRM)"
|
||||
fossgis_osrm_foot: "Foot (OSRM)"
|
||||
graphhopper_bicycle: "Bicycle (GraphHopper)"
|
||||
graphhopper_car: "Car (GraphHopper)"
|
||||
graphhopper_foot: "Foot (GraphHopper)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue