<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 10.00.9200.16721"></HEAD>
<BODY>
<DIV dir=ltr align=left><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>Hi All,</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013></SPAN></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013>I have
been using tilecache 2.10 on an ubuntu server in cgi mode. Then working on
creating tiles I ran seeding processes for the same layer in two
projections </SPAN></FONT><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>(EPSG:900913 and EPSG:31468) using the commands
including the bounding boxes below (I made sure the boundring boxes in the two
projections match exactly by using gdaltransform to create the second one form
the first one). The goal is to create 12 zoom levels fro OpenLayers (tilecache
levels 0 -11)</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013></SPAN></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>the </SPAN></FONT><FONT color=#000080 size=2
face=Arial><SPAN class=275052017-10102013><FONT color=#000080 size=2
face=Arial><SPAN class=275052017-10102013>call for tiles in EPSG:900913
</SPAN></FONT></DIV>
<DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>/usr/sbin/tilecache_seed -b
'1025548.802262,6027618.553381,1540090.415317,6519963.998869' boundaries_900913 </SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>creates <STRONG>728</STRONG> tiles at zoom level
12</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013></SPAN></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013>the
call for tiles in EPSG:31468</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013> /usr/sbin/tilecache_seed -b
'4290192.98406065,5268550.86948127,4630494.22433962,5589135.81374885'
boundaries_31468</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>attempts to create <SPAN
class=275052017-10102013><STRONG>3<SPAN
class=275052017-10102013>,</SPAN>950<SPAN
class=275052017-10102013>,</SPAN>592</STRONG> tiles at zoom level 12, way too
many it appears to me , so I always stopped it as it would take forever and
does not seem right.</SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013><SPAN
class=275052017-10102013></SPAN></SPAN></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013><SPAN
class=275052017-10102013>After testing this all day long yesterday I could not
come up with any changes that would fix the configuration for boundaries_31468.
</SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013><SPAN
class=275052017-10102013></SPAN></SPAN></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013><SPAN
class=275052017-10102013>Any idea what might be wrong
?</SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013><SPAN
class=275052017-10102013>It apperas to me that tilecache is simply
ignoring the -b boundaries parameter for the non-google projection
EPSG:31468.</SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013><SPAN
class=275052017-10102013>If so how can i fix that ?</SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN class=275052017-10102013><SPAN
class=275052017-10102013><BR>See the configurations from tilecache.cfg below
</SPAN></SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013></SPAN></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>Cheers</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>Karsten</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013></SPAN></FONT> </DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>-----------------------------------</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>Configurations</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>[boundaries_900913]<BR>type=WMS<BR>url=http://localhost/cgi-bin/mapserv?mapthemap.map&</SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>layers=boundaries_900913<BR>metaTile=true<BR>metaSize=1,1<BR>metaBuffer=10<BR>spherical_mercator=true<BR>bbox=1025548.802262,6027618.553381,1540090.415317,6519963.998869<BR>extent_type=loose<BR>srs=EPSG:900913<BR>extension=png<BR></SPAN></FONT></DIV>
<DIV><FONT color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>[boundaries_31468]<BR>type=WMS<BR>url=http://localhost/cgi-bin/mapserv?mapthemap.map&<BR>layers=boundaries_31468<BR>metaTile=true<BR>metaSize=1,1<BR>metaBuffer=10<BR>bbox=4268292.1572492,
5251787.8034355, 4638833.195067, 5730276.9668371<BR></SPAN></FONT><FONT
color=#000080 size=2 face=Arial><SPAN
class=275052017-10102013>resolutions=1234.7215554725824,552.0960789555313,246.86544026633442,110.38394931763271,49.35731892569554,22.069738821563195,9.868310966916033,4.412538006322342,1.973031831132488,0.8822257397181134,0.39448033404226845,0.1763887936389402<BR>extent_type=loose<BR>srs=EPSG:31468<BR>extension=png</DIV></SPAN></FONT>
<DIV></SPAN></FONT></SPAN></FONT><SPAN
style="FONT-SIZE: 11pt; FONT-FAMILY: 'Verdana','sans-serif'"><BR></SPAN> </DIV></DIV></DIV>
<DIV><FONT face=Verdana></FONT> </DIV></BODY></HTML>