Fix OSRM setup: update Geofabrik URL and use bind mount for data
- Update Geofabrik download URL from great-britain to united-kingdom (old path returns 302 redirect to homepage). - Switch OSRM Docker volumes from named volume to bind mount (./osrm-data:/data) so osrm-setup.sh output is used directly. - Add osrm-data/ to .gitignore (large binaries, regenerated by script).
This commit is contained in:
parent
2fdafdcb64
commit
01dae5dfbd
3 changed files with 7 additions and 5 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -20,3 +20,6 @@ celerybeat-schedule-wal
|
|||
*.ipynb
|
||||
._*
|
||||
create_commits.sh
|
||||
|
||||
# OSRM processed map data (large binaries, regenerated by scripts/osrm-setup.sh)
|
||||
osrm-data/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue