We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4280ca commit 46a8d7cCopy full SHA for 46a8d7c
1 file changed
entrypoint.sh
@@ -25,6 +25,10 @@ build_index() {
25
echo "Error: no PBF files found in $DATA_DIR/pbf/"
26
exit 1
27
fi
28
+ if [ -f "$DATA_DIR/index/geo_cells.bin" ]; then
29
+ echo "Index already exists, skipping build"
30
+ return
31
+ fi
32
mkdir -p "$DATA_DIR/index"
33
level_args=""
34
[ -n "$STREET_LEVEL" ] && level_args="$level_args --street-level $STREET_LEVEL"
0 commit comments