29080ad2ec
More changes to make the tile cache directory configurable at runtime
...
* -t|--tile-dir option for render_list and convert_meta
* renderd reads it from renderd.conf section "[renderd]" setting "tile_dir"
* mod_tile reads from Apache conf ModTileTileDir directive
There are still some places in store.c left, where HASH_DIR is used directly. More fixes needed.
2009-06-10 16:26:12 +00:00
7e92bdd822
Declare xmlconfig as a const char * in many APIs
2009-01-05 23:12:22 +00:00
1a3958cf0d
mod_tile: New apache directives and options for multiple tile sets
2009-01-05 22:43:54 +00:00
4794bbc6ca
mod_tile: Move map style & font location into render_config.h. Fix up operation with non-metatile rendering. Several utilities are not implemented for non-metatile (render_list, render_old, speedtest).
2008-06-23 21:55:47 +00:00
3af83fdfe1
mod_tile: Print warning message if directory creation or rename fails
2008-06-10 22:44:50 +00:00
923337038c
mod_tile: Update to a new meta tile scheme which stores all sub-tiles in a single .meta file. The PNG files are extracted from this on the fly by mod_tile. This is more efficient in disk space and inode usage
2008-02-16 20:30:49 +00:00
6679aeb8a3
mod_tile: Add render_old which automatically requests the rendering of old tiles
2008-02-02 18:58:25 +00:00
a60c5b4eec
mod_tile: Use supplied length field when calculating hashed path
2008-02-01 20:01:14 +00:00
060498b387
mod_tile: Implement meta-tiles. Add speed test and tool to allow bulk rendering of tile list from stdin
2008-01-23 20:49:40 +00:00