mattwigway / OSRM.jl

MIT License
1 stars 0 forks source link

Fail gracefully when network files are missing #12

Closed mattwigway closed 6 months ago

mattwigway commented 11 months ago

If OSRM network files are missing, OSRM.jl crashes the entire Julia process. Pre-check that the files exist before passing control to C++ code.