aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeLines
* Use WatchUpdate.matthew2006-09-19-1/+4
|
* Only works for two boroughs.matthew2006-09-19-3/+29
|
* Various small enhancements.chris2006-09-19-5/+26
|
* CDB file support for the tile server.chris2006-09-19-0/+649
|
* Schema start.matthew2006-09-19-0/+202
|
* Make error display workfrancis2006-09-19-4/+9
|
* Factor out FastCGI loop and error handlingfrancis2006-09-19-33/+43
|
* Proper variable delimiting, Unicode.matthew2006-09-19-4/+4
|
* Beginnings of code.matthew2006-09-19-93/+147
|
* Use FastCGIfrancis2006-09-19-88/+106
|
* cvsignore stufffrancis2006-09-19-0/+2
|
* Basic config filefrancis2006-09-19-0/+28
|
* Apache config filefrancis2006-09-19-0/+37
|
* Let's use Perl instead.matthew2006-09-19-91/+109
|
* Oops. Actually use the proper coordinates for the in-area test.chris2006-09-19-11/+13
|
* Actually print the area of interest before beginning.chris2006-09-19-1/+3
|
* Permit tile generation for a fixed area, rather than everything at once.chris2006-09-19-3/+32
|
* Random old code for BCI.matthew2006-09-19-0/+7867
|
* Further notes on the SIGCHLD handling.chris2006-09-19-2/+6
|
* Flush pipes to child processes. Minor whitespace change.chris2006-09-19-2/+4
|
* Generate half-resolution tiles from the full-resolution tiles. Actually thischris2006-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.chris2006-09-14-0/+28
|
* Script to generate the full-resolution 1:10,000 254-by-254 pixel tiles from thechris2006-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 itchris2006-09-14-13/+64
| | | | off. Various other small fixes.
* Optimiser.chris2006-09-14-2/+2
|
* Not sure how I missed that.chris2006-09-14-2/+2
|
* No point copying into tile_row at all.chris2006-09-14-9/+3
|
* Note example using TILECOL and TILEROW.chris2006-09-14-1/+6
|
* Formatting.chris2006-09-13-2/+8
|
* Consistent diagnostic.chris2006-09-13-2/+2
|
* Various bug fixes and enhancements.chris2006-09-13-10/+63
|
* Tool for splitting images up into blocks (not quite finished).chris2006-09-13-0/+269