[mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-01 Thread Ludovic Gnemmi
Hi List, Is there any option in the seeder to delete a whole zoom level? I've no space left on my device and i don't want to delete my whole tileset :( Thanks for your help. Ludovic ps:using Berkeley DB cache size: maybe there's a bdb command line tool to do this job? -- View this message in

Re: [mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-01 Thread Alan Boudreault
Have you tried the mapcache_seed with the delete mode? something like:-m delete -z 10,10 , to delete the zoom level 10. Alan On 12-06-01 05:30 AM, Ludovic Gnemmi wrote: Hi List, Is there any option in the seeder to delete a whole zoom level? I've no space left on my device and i don't want to

Re: [mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-04 Thread Ludovic Gnemmi
Hi Alan, I tried the mapcache_seed with delete mode as in your example but it still doesn't work :( Ludovic -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapCache-A-way-to-delete-a-whole-zoom-level-tp4978491p4978902.html Sent from the Mapserver - User mailing list archive

Re: [mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-04 Thread Alan Boudreault
How can it doesn't work? Any error output? Have you checked the directory of the zoom level? Alan On 12-06-04 03:52 AM, Ludovic Gnemmi wrote: Hi Alan, I tried the mapcache_seed with delete mode as in your example but it still doesn't work :( Ludovic -- View this message in context: http://o

Re: [mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-04 Thread Ludovic Gnemmi
Hi Alan, I'm using Berkeley DB cache type so i haven't any directory. No errors. I'v just checked my bdb.db file which still has the same size :( Ludovic -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapCache-A-way-to-delete-a-whole-zoom-level-tp4978491p4978968.html Sent

Re: [mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-04 Thread Rahkonen Jukka
Hi, Just guessing without knowing anything about Berkeley DB, but if it is like other databases it would probably need vacuuming after delete before it really frees any disk space. And if you do mass delete and Berkeley DB behaves even closely similarly than SQLite, vacuuming may be extremely s

Re: [mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-04 Thread Stephen Woodbridge
Ludovic' problem is that he is out of disk space so that is probably not going to work for him. If he can not free some space to start with it is likely he will have to delete the whole cache. Ludovic, You might want to write an enhancement request to mapcache, that requests each zoom level be

Re: [mapserver-users] MapCache - A way to delete a whole zoom level ?

2012-06-04 Thread Ludovic Gnemmi
Hi Steve, I tried to save some space (80 Mo) before running tile_seeder but it still has no effect. Otherwise you are right: one db file per zoom level would be a great enhancement. I've submitted a new request. Ludovic -- View this message in context: http://osgeo-org.1560.n6.nabble.com/MapC