Hi list, I've found a small bug in precache2.php (CVS from today) The Map Name in the cache folder path isn't defined the same way than in config.php. On line 88 in precache2.php: $szMapCacheDir = $szBaseCacheDir.$mapParams['title']; should be: $szMapCacheDir = $szBaseCacheDir.$mapKey; Daniel