Hi,
While it is generally possible to "dirty" some tiles on toolserver, I tried with this one:
http://toolserver.org/tiles/parking-bw/4/8/5.png
(i.e. appended /dirty to it), but reading the .../status, it always says:
Tile is clean. Last rendered at Sun Jul 24 03:47:23 2011
How can that be? It must always be possible to manually request a rerender. What is the difference between tiles that can be dirtyfied and this one?
Kind regards, Kay
Am 20.09.2011 14:39, schrieb Kay Drangmeister:
Hi,
While it is generally possible to "dirty" some tiles on toolserver, I tried with this one:
http://toolserver.org/tiles/parking-bw/4/8/5.png
(i.e. appended /dirty to it), but reading the .../status, it always says:
Tile is clean. Last rendered at Sun Jul 24 03:47:23 2011
How can that be? It must always be possible to manually request a rerender. What is the difference between tiles that can be dirtyfied and this one?
That's expected behavior according to mod_tile. /dirty sends the tile *directly* to tirex while /status checks the timestamp of the tile. /dirty does not change the timestamp of the tile.
Peter