gis-ops / docker-valhalla

This is our flexible Docker repository for the Valhalla routing engine
MIT License
249 stars 71 forks source link

can't load tar without tile_dir when build_tar=True (default) #61

Closed nilsnolde closed 2 years ago

nilsnolde commented 2 years ago

just ran into this: I had an existing tar ball but no tile_dir anymore, and an old docker-compose.yml where build_tar wasn't even present, so it defaults to True. currently the service won't start because there's a check that errors when there's no tile_dir. stupid of course. I'll remove that check and let valhalla_build_extract error out which it does.