<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" xmlns="http://www.w3.org/TR/REC-html40"><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii"><meta name=Generator content="Microsoft Word 14 (filtered medium)"><style><!--
/* Font Definitions */
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:"Calibri","sans-serif";
        color:#1F497D;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri","sans-serif";}
@page WordSection1
        {size:8.5in 11.0in;
        margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=EN-US link=blue vlink=purple><div class=WordSection1><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>I can also confirm that this is an issue on my 1.4.0 setup. I have a layer that goes to z20 made of caches of TMS sources, but some caches only go to z19. In regions where those caches are visible, it gets screwed up at z20.<o:p></o:p></span></p><p class=MsoNormal><span style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p> </o:p></span></p><div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'><div><div style='border:none;border-top:solid #B5C4DF 1.0pt;padding:3.0pt 0in 0in 0in'><p class=MsoNormal><b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>From:</span></b><span style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> mapproxy-bounces@lists.osgeo.org [mailto:mapproxy-bounces@lists.osgeo.org] <b>On Behalf Of </b>Travis Kirstine<br><b>Sent:</b> Friday, March 01, 2013 2:35 PM<br><b>To:</b> MapProxy@lists.osgeo.org<br><b>Subject:</b> [MapProxy] Oversampling existing caches / tms services<o:p></o:p></span></p></div></div><p class=MsoNormal><o:p> </o:p></p><div><p class=MsoNormal>I'm try to over sample images from a tms and having issues.  The tms is only cached to zoom level 20 and I would like to serve it out to level 21.  It appears that mapproxy fails to properly stitch together the images and the same image is displayed multiple times, see here:  <a href="http://www.firstbasesolutions.com/images/mapproxy_oversample.jpg">http://www.firstbasesolutions.com/images/mapproxy_oversample.jpg</a><o:p></o:p></p><div><div><div><div><p class=MsoNormal style='margin-bottom:12.0pt'><br><br>layers:<br>  - name: 1237YORK<br>    title: York Region 2012<br>    sources: [1237YORK_cache]<br><br>caches:<br>  1237YORK_cache:<br>    grids: [spherical_mercator] # output cache<br>    sources: [1237YORK_tms]<br>    meta_buffer: 0<br>    meta_size: [1,1]<br>    format: my_format<br>    disable_storage: true<br><br>sources:<br>  1237YORK_tms:<br>    type: tile<br>    url: <a href="http://localhost:8080/mapcache_wmts/tms/1.0.0/1237YORK_mapcache@gmaps/%25(tms_path)s.xxx">http://localhost:8080/mapcache_wmts/tms/1.0.0/1237YORK_mapcache@gmaps/%(tms_path)s.xxx</a><br>    grid: spherical_mercator_20<br><br>grids:<br>  spherical_mercator:<br>    srs: 'EPSG:3857'<br>    res_factor: 2<br>    num_levels: 22 # 0-21<br>    bbox: [-20037508, -20037508, 20037508, 20037508]<br>    bbox_srs: 'EPSG:3857'<br>    tile_size: [256,256]<br>    origin: sw<br><br>  spherical_mercator_20:<br>    srs: 'EPSG:3857'<br>    res_factor: 2<br>    num_levels: 21 # 0-20<br>    bbox: [-20037508, -20037508, 20037508, 20037508]<br>    bbox_srs: 'EPSG:3857'<br>    tile_size: [256,256]<br>    origin: sw<br><br><br><br><br><br><br><br><br><br><o:p></o:p></p></div></div></div></div></div></div></div></body></html>