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

_______________________________________________
talk mailing list
talk@openstreetmap.org
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/talk

Reply via email to