mirror of
https://github.com/enzet/map-machine.git
synced 2025-08-04 00:59:54 +02:00
Fix tile generation test.
This commit is contained in:
parent
3cb462721f
commit
eb48600e9c
5 changed files with 37 additions and 24 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue