File indexing completed on 2024-05-05 03:51:25

0001 #!/bin/bash
0002 # SPDX-License-Identifier: BSD-3-Clause
0003 # SPDX-FileCopyrightText: 2022 Volker Krause <vkrause@kde.org>
0004 
0005 # just needs to be set to something in order to be able to use standalone test mode
0006 export TIREX_BACKEND_SOCKET_FILENO=42
0007 
0008 # test if the previously built tile generator can successfully generate a metatile
0009 cd
0010 /output/usr/bin/marble-vectorosm-tirex-backend -x 68369 -y 46578 -z 17 -c /var/lib/tirex/cache
0011 find output
0012 ls -lah output/17/16/11/181/31/18.meta
0013 grep Randa output/17/16/11/181/31/18.meta