Skip to content

Commit 96725af

Browse files
committed
feat(directions): add bike routing
1 parent b83492d commit 96725af

25 files changed

Lines changed: 378 additions & 177 deletions

.github/workflows/android-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
echo "GPF_key=${{ secrets.GPF_key }}" > .env
2222
echo "signalement_url=${{ secrets.SIGNALEMENT_URL }}" >> .env
2323
echo "osm_bearer_token=${{ secrets.OSM_BEARER_TOKEN }}" >> .env
24+
echo "geovelo_key=${{ secrets.GEOVELO_KEY }}" >> .env
2425
2526
- name: Setup Node.js
2627
uses: actions/setup-node@v4

.github/workflows/ios-deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
echo "GPF_key=${{ secrets.GPF_key }}" > .env
2222
echo "signalement_url=${{ secrets.SIGNALEMENT_URL }}" >> .env
2323
echo "osm_bearer_token=${{ secrets.OSM_BEARER_TOKEN }}" >> .env
24+
echo "geovelo_key=${{ secrets.GEOVELO_KEY }}" >> .env
2425
2526
- name: Setup Node.js
2627
uses: actions/setup-node@v4
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 11 additions & 0 deletions
Loading

src/css/assets/directions/invisible.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.
Lines changed: 3 additions & 0 deletions
Loading
Lines changed: 1 addition & 1 deletion
Loading
Lines changed: 3 additions & 0 deletions
Loading

src/css/assets/directions/velo.svg

Lines changed: 3 additions & 0 deletions
Loading

src/css/assets/directions/visible.svg

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)