1. You can use mogrify to play with tile compression.<div>2. 256 x 256 is always a better option</div><div>3. Don&#39;t know :(<br><br><div class="gmail_quote">On Mon, Jan 16, 2012 at 6:33 PM, Pedro Mendes <span dir="ltr">&lt;<a href="mailto:p.m.g.mendes@gmail.com">p.m.g.mendes@gmail.com</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



1. Can I store tile in zip or gz format?<br>For my understand Apache web server can read gz or zip format. <br></blockquote><div><br></div></div><div>The tiles must be stored in a raster format (png, jpg, gif, etc.) support by TileCache. It would not make too much sense to apply compression to image formats (take png as an example) because they are already compressed.</div>



<div><div> </div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



2. tilessize matter? 512*512 vs 256*256 which one is faster<br>256pixels took too much disk space. if we use 512 pixel, I think tiles totally size will be smaller.<br>because ,if the 256pixel tile is less than 4kb, the tile still take 4kb disk space. that s why I want to increase to 512*512px.<br>



</blockquote><div><br></div></div><div>You must evaluate which ones fits you best: Depending on your data complexity, but normally if the tiles are bigger the seeding process will take a longer.</div><div>

<div><br></div><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



3. Is MBtiles as same faster as disk tiles, if I store tiles in mbtiles? </blockquote><blockquote class="gmail_quote" style="margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">



4. how much diskspace can MBtiles save?(if we have 500GB disk tiles right now, MBtiles will be 100GB or even smaller?)<br></blockquote><div><br></div></div><div>TileCache only provides two types of cache DiskCache and <span style="font-family:Arial,sans-serif">MemoryCache. For MBTiles you must go seek other tile cache implementations like MapProxy.</span></div>



<div><span style="font-family:Arial,sans-serif"><br></span></div><div><span style="font-family:Arial,sans-serif"><br></span></div><div><span style="font-family:Arial,sans-serif">Regards, </span></div><span class="HOEnZb"><font color="#888888"><div>



<span style="font-family:Arial,sans-serif">Mendes</span></div>
</font></span><br>_______________________________________________<br>
Tilecache mailing list<br>
<a href="mailto:Tilecache@lists.osgeo.org">Tilecache@lists.osgeo.org</a><br>
<a href="http://lists.osgeo.org/mailman/listinfo/tilecache" target="_blank">http://lists.osgeo.org/mailman/listinfo/tilecache</a><br>
<br></blockquote></div><br></div>