Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Create TilMa service (for mapping tiles). | francis | 2006-09-22 | -1933/+0 |
| | | | | | | Move map tile stuff to appropriate places: - pnmtilesplit into its own project, as is standalone - tileserver and maketiles into TilMa | |||
* | Remove warning | francis | 2006-09-22 | -4/+3 |
| | ||||
* | Fix symbol name collision. | chris | 2006-09-22 | -10/+10 |
| | ||||
* | Note unsupported feature of the file format. | chris | 2006-09-21 | -2/+6 |
| | ||||
* | Accessor method for path of tileset (maybe useful if we want to cache open | chris | 2006-09-20 | -1/+7 |
| | | | | tilesets). | |||
* | Don't leak requests. | chris | 2006-09-20 | -1/+4 |
| | ||||
* | Hint more strongly that everything is cacheable. | chris | 2006-09-20 | -3/+11 |
| | ||||
* | Add really noddy If-Modified-Since: handling. | chris | 2006-09-20 | -4/+25 |
| | ||||
* | Remove unintended fall-through. | chris | 2006-09-20 | -1/+3 |
| | ||||
* | Add really bogus navigation links to the HTML version; fix a bug in the RABX | chris | 2006-09-20 | -4/+23 |
| | | | | tile ID generation. | |||
* | Add some missing files. | chris | 2006-09-20 | -0/+120 |
| | ||||
* | Fix one-byte buffer overrun. | chris | 2006-09-20 | -2/+2 |
| | ||||
* | Oops. Don't leak tilesets. | chris | 2006-09-20 | -1/+3 |
| | ||||
* | HTML test mode (really basic map). Print tile IDs in order from N to S rather | chris | 2006-09-20 | -10/+51 |
| | | | | than vice-versa (to make the HTML test mode work, but it's more logical anyway). | |||
* | NO_FASTCGI debugging compile option. | chris | 2006-09-20 | -39/+52 |
| | ||||
* | A couple of "what *was* I thinking?" fixes. | chris | 2006-09-20 | -5/+5 |
| | ||||
* | Another accessor, cdb_get_buf. | chris | 2006-09-20 | -3/+13 |
| | ||||
* | Missing typedefs. | chris | 2006-09-20 | -1/+3 |
| | ||||
* | Various fixes. | chris | 2006-09-20 | -11/+9 |
| | ||||
* | D'oh. | chris | 2006-09-20 | -3/+3 |
| | ||||
* | Rearrange; it helps to give the prototype the same name as the function.... | chris | 2006-09-20 | -3/+4 |
| | ||||
* | Oops. | chris | 2006-09-20 | -2/+6 |
| | ||||
* | Note warning. | chris | 2006-09-20 | -1/+3 |
| | ||||
* | More tile server stuff. | chris | 2006-09-20 | -0/+1008 |
| | ||||
* | Various small enhancements. | chris | 2006-09-19 | -5/+26 |
| | ||||
* | CDB file support for the tile server. | chris | 2006-09-19 | -0/+649 |