Fix tile generation test.

This commit is contained in:
Sergey Vartanov 2021-08-07 23:30:28 +03:00
parent 3cb462721f
commit eb48600e9c
5 changed files with 37 additions and 24 deletions

View file

@ -37,4 +37,8 @@ echo "Test element generation"
python3 roentgen.py element --node amenity=bench,material=wood \
|| { echo "FAIL"; exit 1; }
echo "Test tile generation"
python3 roentgen.py tile --coordinates 46.09498,10.06879 --cache test/data \
|| { echo "FAIL"; exit 1; }
exit 0