bugfix
This commit is contained in:
parent
f4605b732c
commit
a5072f4a4d
1 changed files with 2 additions and 2 deletions
|
@ -7,11 +7,11 @@ temp=$(mktemp -d)
|
|||
mkdir "$temp/data"
|
||||
for i in "$1/data/"*
|
||||
do
|
||||
ogrmerge.py -single -o "$temp/$i.json" "$i"/*
|
||||
ogrmerge.py -single -o "$temp/$(basename $i).json" "$i"/*
|
||||
done
|
||||
|
||||
|
||||
tippecanoe -aN -z10 -o "$temp/strecken.pmtiles" $temp/data/*.json
|
||||
tippecanoe -aN -z10 -o "$temp/strecken.pmtiles" $temp/*.json
|
||||
|
||||
mv $temp/strecken.pmtiles "$2"
|
||||
|
||||
|
|
Loading…
Reference in a new issue