Hi, On 04/20/2012 06:26 PM, Nonmaskable Interrupt wrote:
Hi. I have a private mod_tile server that has database performance problems generating zoomed out tiles. Since I am not updating my database frequently, what would I need to do to keep the cache from ever automatically expiring tiles?
You'd simply have to place a planet-import-complete file in /var/lib/mod_tile that is older than your oldest tile.
Also, is there a way to prerender all tiles for several of the zoomed out levels automatically?
render_list --all --min-zoom=0 --max-zoom=12 or something like that should do it. Bye Frederik -- Frederik Ramm ## eMail [email protected] ## N49°00'09" E008°23'33" _______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

