mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-25 15:04:30 +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