Skip to content

Commit

Permalink
feat(directions): added possibility to toggle between two routing sou…
Browse files Browse the repository at this point in the history
…rces (#1150)
  • Loading branch information
LAMM26 authored and alecarn committed Apr 4, 2024
1 parent ba959f4 commit 5f07d1f
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion src/config/config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,20 @@
{
"directionsSources": {
"osrm": {
"url": "/services/itineraire/route/v1/driving/"
"name": "OSRM Québec",
"baseUrl": "/apis/itineraire/route/v1/",
"profiles": [
{
"name": "driving"
},
{
"name": "forestier",
"authorization": {
"url": "/apis/igo2/user/igo",
"property": "hasOsrmPrivateAccess"
}
}
]
}
},
"favoriteContext4NonAuthenticated": true,
Expand Down

0 comments on commit 5f07d1f

Please sign in to comment.