15 Commits

Author SHA1 Message Date
9728189c3d make render_old skip [renderNN] too 2009-09-05 22:22:48 +00:00
bd8a0fd151 mod_tile: Skip mapnik & renderd sections when reading config file, these are for config and are not tile layers. 2009-09-05 21:36:17 +00:00
3e4edd0762 mod_tile: move stats calculations in render_old to main thread to avoid possible race conditions. 2009-09-04 20:57:27 +00:00
8c92d294cb render_old: fix trivial leak of file handle 2009-09-04 20:43:56 +00:00
83c3bde906 Update render_old to split condition variables used to indicate queue empty / full to avoid unnecessary wakeups 2009-09-04 20:40:22 +00:00
87482232cc Update render_old to use multi-threaded rendering requests. 2009-09-04 20:09:59 +00:00
2cb5480cc7 Fixes to debian scripts
renderd starts in background mode now by default (use -f|--foreground for old behaviour)
2009-06-12 13:07:05 +00:00
62d025ae60 another step towards making tile directory configurable at runtime (still some places left that use hardcoded HASH_PATH) 2009-06-12 10:09:08 +00:00
7fb1c6a7ba Added --socket command line option to render_list and render_old (unix domain socket to connect to renderd)
Added --map command line option to render_list (name of map config instead of "default")
Added --all command line option to render_list (render all tiles in given zoom levels instead of reading from stdin)
2009-06-10 12:07:10 +00:00
101f422926 Applied MacOSX compile fixes from Artem with a few modifications 2009-01-10 15:50:02 +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
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
62d5656aad mod_tile: Make render_old pause if the load average is too high 2008-02-03 14:43:48 +00:00
6679aeb8a3 mod_tile: Add render_old which automatically requests the rendering of old tiles 2008-02-02 18:58:25 +00:00