aboutsummaryrefslogtreecommitdiffstats
path: root/tileserver
Commit message (Collapse)AuthorAgeLines
* Create TilMa service (for mapping tiles).francis2006-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 warningfrancis2006-09-22-4/+3
|
* Fix symbol name collision.chris2006-09-22-10/+10
|
* Note unsupported feature of the file format.chris2006-09-21-2/+6
|
* Accessor method for path of tileset (maybe useful if we want to cache openchris2006-09-20-1/+7
| | | | tilesets).
* Don't leak requests.chris2006-09-20-1/+4
|
* Hint more strongly that everything is cacheable.chris2006-09-20-3/+11
|
* Add really noddy If-Modified-Since: handling.chris2006-09-20-4/+25
|
* Remove unintended fall-through.chris2006-09-20-1/+3
|
* Add really bogus navigation links to the HTML version; fix a bug in the RABXchris2006-09-20-4/+23
| | | | tile ID generation.
* Add some missing files.chris2006-09-20-0/+120
|
* Fix one-byte buffer overrun.chris2006-09-20-2/+2
|
* Oops. Don't leak tilesets.chris2006-09-20-1/+3
|
* HTML test mode (really basic map). Print tile IDs in order from N to S ratherchris2006-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.chris2006-09-20-39/+52
|
* A couple of "what *was* I thinking?" fixes.chris2006-09-20-5/+5
|
* Another accessor, cdb_get_buf.chris2006-09-20-3/+13
|
* Missing typedefs.chris2006-09-20-1/+3
|
* Various fixes.chris2006-09-20-11/+9
|
* D'oh.chris2006-09-20-3/+3
|
* Rearrange; it helps to give the prototype the same name as the function....chris2006-09-20-3/+4
|
* Oops.chris2006-09-20-2/+6
|
* Note warning.chris2006-09-20-1/+3
|
* More tile server stuff.chris2006-09-20-0/+1008
|
* Various small enhancements.chris2006-09-19-5/+26
|
* CDB file support for the tile server.chris2006-09-19-0/+649