[OSM-talk] [OSM-dev] Online/offline slippy map finished.
Sebastian Spaeth
Sebastian at SSpaeth.de
Fri May 9 15:09:04 BST 2008
Nick Black wrote:
> Cool - its all working now.
>
> Is there any cache expiry for tiles or is it a case of deleting the
> tile directory?
No expiry so far, but it would be easy to make it so. All the pieces are
ready, basically.
Until then, just deleting old tiles must do.
find tiles -mtime 30 -exec rm {} \;
will delete all tiles that are older than 30 days, for example. Use that
command with great care.
Sebastian
More information about the talk
mailing list