I think what I was after was the flexibility of the generate_tiles.py but for a mod_tile based server. Define a bounding box and render all zoom levels (.meta files). This is easy with the generate_tiles script. However, with render_list you have to use tile coordinates and are restricted to a single zoom level.
Cheers On Sun, Jun 17, 2012 at 10:09 AM, Lynn W. Deffenbaugh (Mr) < [email protected]> wrote: > render_list talks to the renderd and can be used to pre-populate the > meta-tiles an apache/mod_tile-based tile server. > > generate_tile renders tiles direct as individual PNGs suitable for either > direct access or static serving. > > I use render_list and wrote a script to generate the desired tile numbers > into a render_list input file to prime my tile server, also built from the > switch2osm instructions. > > Lynn (D) - KJ4ERJ > > > On 6/17/2012 8:39 AM, Jason Clark wrote: > > What is the main difference between these two scripts to pre-render tiles? > It appears as though render_list spits out the .meta files and > generate_tiles.py generates .png files? I'm trying to pre-render tiles for > a given area, for a server built off of the instructions on switch2osm. > > Thanks > > > _______________________________________________ > dev mailing > [email protected]http://lists.openstreetmap.org/listinfo/dev > > > > _______________________________________________ > dev mailing list > [email protected] > http://lists.openstreetmap.org/listinfo/dev > >
_______________________________________________ dev mailing list [email protected] http://lists.openstreetmap.org/listinfo/dev

