Hi :) My server has been pre-rendering tiles for awhile now. When i setup my server i only downloaded the Great Britain Map since this is all that is required. I started the pre-rendering process via the following command "render_list -m default -a -z 0 -Z 15 --num-threads=12" After some research i believe this is not ideal, so my question is how would i pre-render the whole of Great Britain to a zoom level of 18? asked 01 Feb '20, 10:56 CableGuy5555 |
I use render_list_geo.pl. For zoom 1-12, the actual script that I run from cron is:
If you want to pre-render everything once you'd probably want more threads, and you will want to keep an eye on memory usage, as there have been reports of this sort of "pre-render everything" approach having problems with that. Rendering everything to Z18 will get you a lot of tiles - if you want that amount of data offline (or able to be statically served) I might be tempted to look at another option for serving data, depending on what your goal is. answered 01 Feb '20, 11:22 SomeoneElse ♦ Thanks for this :)
(02 Feb '20, 03:12)
CableGuy5555
|