mirror of
https://github.com/openstreetmap/mod_tile.git
synced 2025-07-29 11:44:17 +00:00
mod_tile: Implement meta-tiles. Add speed test and tool to allow bulk rendering of tile list from stdin
This commit is contained in:
@ -11,7 +11,9 @@ struct item {
|
||||
struct item *next;
|
||||
struct item *prev;
|
||||
struct protocol req;
|
||||
int mx, my;
|
||||
int fd;
|
||||
struct item *duplicates;
|
||||
};
|
||||
|
||||
//int render(Map &m, int x, int y, int z, const char *filename);
|
||||
|
Reference in New Issue
Block a user