[OSM-dev] Script to find tiles that need rebuilding
Marcus Bauer
marcus.bauer at gmail.com
Fri Dec 29 13:08:51 GMT 2006
On Thu, 2006-12-28 at 22:30 +0000, OJW wrote:
> That's quick, thanks Martijn. I've copied the script (with a URL so that it
> tells the dev server about new stuff) to:
>
> http://svn.openstreetmap.org/utils/tilesAtHome/tools/nodewatch/nodewatch.pl
>
> Do we have any volunteers to leave the script running every x seconds? (only
> needs one)
What about cron calling wget?
Kind of:
* * * * * root wget --quiet -O /dev/null http://svn.openstreetmap.org/utils/tilesAtHome/tools/nodewatch/nodewatch.pl
More information about the dev
mailing list