gis-ops / docker-valhalla

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

fix off-by-one error in hash counter #14

Closed azhi closed 3 years ago

azhi commented 3 years ago

.file_hashes.txt contains only hashes of specified pbf files, there's no reason to count one less hash.

Fixes #13.