Commit Graph

23 Commits

Author SHA1 Message Date
f4ea5dc0c0 [render_old] print time stamp of the old tile 2012-01-15 03:00:59 +00:00
7520608aa6 [render_old] Add a --map option and some portability improvements
-- map: instead of going through all layers defined in your config, only go through a specific one. This can be useful if you have many layers defined
-- replace file based load average detection with the c function. This is portable to solaris
-- be more robust against mod_tile socket closures.
2011-12-20 15:31:54 +00:00
4d13755d7f [render_old] Make more options configurable
Instead of hardcoding parameters at compile time, make them runtime settable

--config
--max-load
--timestamp
2011-12-10 23:47:38 +00:00
d0ef49df3f [render_old] fix displaying of render rate output
The rate displayed for rendered tiles were the rate of adding tiles to the internal queue,
rather than the rate of render completion
2011-12-10 18:15:05 +00:00
79aa013e0b mod_tile: replace all static max_zoom values of 18 with MAX_ZOOM constant. Patch derived from the work of the Geopard Team, especially Jonathan-David SCHRODER <jonathan.schroder@gmail.com> 2010-09-10 23:55:42 +00:00
4c097f7e19 Fix threading issue in render_old & render_list which caused some threads to be unused 2009-11-22 22:24:02 +00:00
c70e6689d6 Add a couple of missing entries into help text 2009-11-15 17:52:57 +00:00
ebd6d68e16 renderd: Submit render_old requests at bulk priority 2009-11-15 10:46:56 +00:00
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