Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use WatchUpdate. | matthew | 2006-09-19 | -1/+4 |
| | ||||
* | Only works for two boroughs. | matthew | 2006-09-19 | -3/+29 |
| | ||||
* | Various small enhancements. | chris | 2006-09-19 | -5/+26 |
| | ||||
* | CDB file support for the tile server. | chris | 2006-09-19 | -0/+649 |
| | ||||
* | Schema start. | matthew | 2006-09-19 | -0/+202 |
| | ||||
* | Make error display work | francis | 2006-09-19 | -4/+9 |
| | ||||
* | Factor out FastCGI loop and error handling | francis | 2006-09-19 | -33/+43 |
| | ||||
* | Proper variable delimiting, Unicode. | matthew | 2006-09-19 | -4/+4 |
| | ||||
* | Beginnings of code. | matthew | 2006-09-19 | -93/+147 |
| | ||||
* | Use FastCGI | francis | 2006-09-19 | -88/+106 |
| | ||||
* | cvsignore stuff | francis | 2006-09-19 | -0/+2 |
| | ||||
* | Basic config file | francis | 2006-09-19 | -0/+28 |
| | ||||
* | Apache config file | francis | 2006-09-19 | -0/+37 |
| | ||||
* | Let's use Perl instead. | matthew | 2006-09-19 | -91/+109 |
| | ||||
* | Oops. Actually use the proper coordinates for the in-area test. | chris | 2006-09-19 | -11/+13 |
| | ||||
* | Actually print the area of interest before beginning. | chris | 2006-09-19 | -1/+3 |
| | ||||
* | Permit tile generation for a fixed area, rather than everything at once. | chris | 2006-09-19 | -3/+32 |
| | ||||
* | Random old code for BCI. | matthew | 2006-09-19 | -0/+7867 |
| | ||||
* | Further notes on the SIGCHLD handling. | chris | 2006-09-19 | -2/+6 |
| | ||||
* | Flush pipes to child processes. Minor whitespace change. | chris | 2006-09-19 | -2/+4 |
| | ||||
* | Generate half-resolution tiles from the full-resolution tiles. Actually this | chris | 2006-09-14 | -0/+180 |
| | | | | | | isn't specific to the 1:10,000 tiles at all -- should generalise it for other sizes of tiles. Also it's a bit slow, because of the vast number of calls to the netpbm tools it makes. | |||
* | Description of how we store this stuff. | chris | 2006-09-14 | -0/+28 |
| | ||||
* | Script to generate the full-resolution 1:10,000 254-by-254 pixel tiles from the | chris | 2006-09-14 | -0/+159 |
| | | | | original 7874-by-7874 pixel tiles from OS. | |||
* | Add a "fast and ugly" mode using direct stdio calls, and an option to switch it | chris | 2006-09-14 | -13/+64 |
| | | | | off. Various other small fixes. | |||
* | Optimiser. | chris | 2006-09-14 | -2/+2 |
| | ||||
* | Not sure how I missed that. | chris | 2006-09-14 | -2/+2 |
| | ||||
* | No point copying into tile_row at all. | chris | 2006-09-14 | -9/+3 |
| | ||||
* | Note example using TILECOL and TILEROW. | chris | 2006-09-14 | -1/+6 |
| | ||||
* | Formatting. | chris | 2006-09-13 | -2/+8 |
| | ||||
* | Consistent diagnostic. | chris | 2006-09-13 | -2/+2 |
| | ||||
* | Various bug fixes and enhancements. | chris | 2006-09-13 | -10/+63 |
| | ||||
* | Tool for splitting images up into blocks (not quite finished). | chris | 2006-09-13 | -0/+269 |