added scripts

This commit is contained in:
jomu
2016-07-14 11:50:00 +02:00
parent d09c113c6f
commit b7b461214c
11 changed files with 58 additions and 0 deletions

8
scripts/createTileArchive.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/sh
cd /home/osm/tiles
awk '{print $0".png"}' /home/osm/import/$1/tiles_$1.lst | zip /home/osm/temp/$1.zip -@
#hile read F ; do
# filename=$F.png
# zip -r /home/osm/temp/$1.zip $filename
#one </home/osm/import/$1/tiles_$1.lst