<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;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-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-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-size:10.0pt;
        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>Hello,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Is there any recommended way to do multi-tileset vertical assembly in MapCache?<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I have the following setup:<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>There are a number (over 30) fully seeded tile caches covering adjacent but spatially distinct areas.&nbsp; These tilesets were fully seeded down to the lowest level, with the seeding restricted to an irregular polygon extent.&nbsp; Areas beyond the edge of the polygon are not seeded at all.&nbsp; That is, any tiles within the dataset&#8217;s rectangular extents but outside the polygon extent are not seeded.&nbsp; The tilesets do not refer back to a MapServer source for any requests.&nbsp; This means that any tile requests between the restricted extent and the polygon extent return a blank image and an HTTP 404 error.<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>I am trying to serve the separate tile sets independently, but also combined into a single &#8220;mosaic-like&#8221; tile layer, to be rendered on the fly from the individual tilesets.&nbsp;&nbsp;&nbsp; The current set up has the mosaic layer in the MapCache config as a WMS source, referencing the tile caches as individual layers, looping back into itself through localhost.&nbsp; &nbsp;It looks like this:<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>&nbsp;&nbsp; &lt;source name=&quot;MOSAIC_LAYER&quot; type=&quot;wms&quot;&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;getmap&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;params&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;format&gt;image/png&lt;/ format &gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&lt;layers&gt;LAYER1,LAYER2,LAYER3&lt;/layers&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;transparent&gt;true&lt;/transparent&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/params&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/getmap&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;http&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;url&gt;http://localhost/mapcache/service&lt;/url&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/http&gt;<o:p></o:p></p><p class=MsoNormal>&nbsp;&nbsp; &lt;/source&gt;<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>The problem is that if any tile in the 30 separate cache layers is missing, MapCache returns a blank tile for the mosaic layer.&nbsp; <o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Is there another way of configuring a combined mosaic layer in MapCache, or does this require updates to the code?<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>Thanks,<o:p></o:p></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><p class=MsoNormal>---------------------------------------<o:p></o:p></p><p class=MsoNormal><b><span style='color:black'>John Taranu<o:p></o:p></span></b></p><p class=MsoNormal><span style='color:black'>Senior Web Developer<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>First Base Solutions Inc<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>140 Renfrew Drive, Suite 100<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>Markham, ON, L3R 6B3<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>phone: 905-477-3600 ext. 302<o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>email: </span><a href="jtaranu@firstbasesolutions.com"><span style='color:#244061'>jtaranu@firstbasesolutions.com</span></a><span style='color:black'><o:p></o:p></span></p><p class=MsoNormal><span style='color:black'>web: </span><a href="http://www.firstbasesolutions.com/"><span style='color:#244061'>firstbasesolutions.com</span></a><span style='color:black'><o:p></o:p></span></p><p class=MsoNormal><span style='color:black'><o:p>&nbsp;</o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p></div></body></html>