This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Description
I'm trying to get the opentraffic servers running again and run into troubles getting the services to run at all. In the end I discovered that the planet_YYYY_MM_DD-HH_MM_SS file & directory weren't created by the scheduled task which calls scripts/cut_tile.sh
Diving into the entire infrastructure I discovered that the valhalla config json contains:
"tile_dir": "/data/valhalla/tiles",
"tile_extract": "/data/valhalla/tiles.tar",
so it seems like it expects a tiles.tar file, but the script doesn't generate that. I've stepped through the script manually and once I got a /tiles directory I created the tar file, restarted the process and now at least the various servers boot again, but the routing results show gaps which shouldn't be there.
I'm wondering why you need both settings