mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-23 00:28:34 +00:00
Add script which is used to run the bulk re-rendering of tiles each week
This commit is contained in:
6
render_all
Executable file
6
render_all
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
for z in `seq 0 18`
|
||||
do
|
||||
(cd $z; ../../render_old -z $z -Z $z &> render.txt) &
|
||||
done
|
Reference in New Issue
Block a user