<div dir="ltr">conf seems correct. <span style="color:rgb(33,33,33)">topo2matrikkel has no <source>, could that be it?</span></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Dec 21, 2016 at 10:51 AM tellett <<a href="mailto:thomas.ellett@statkart.no">thomas.ellett@statkart.no</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi all,<br class="gmail_msg">
<br class="gmail_msg">
I'm trying to use a composite cache in my mapcache instance but am not<br class="gmail_msg">
having any luck. I've set up the configuration file as best I can in<br class="gmail_msg">
accordance with the documentation, and I have the tileset (topo2matrikkel)<br class="gmail_msg">
as an option in the demo client, but only blank tiles are shown. no error<br class="gmail_msg">
messages are returned. My config file looks like  this:<br class="gmail_msg">
<br class="gmail_msg">
-------------CACHES --------------------------------------------------------<br class="gmail_msg">
<cache name="topo2" type="disk"><br class="gmail_msg">
        <base>/cache/mapcache/topo2</base><br class="gmail_msg">
</cache><br class="gmail_msg">
<cache name="topo2matrikkelsource" type="disk"><br class="gmail_msg">
        <base>/cache/mapcache/topo2matrikkelsource</base><br class="gmail_msg">
</cache><br class="gmail_msg">
<cache name="topo2matrikkel" type="composite"><br class="gmail_msg">
                <cache min-zoom="0" max-zoom="12">topo2</cache><br class="gmail_msg">
                <cache min-zoom="13">topo2matrikkelsource</cache><br class="gmail_msg">
</cache><br class="gmail_msg">
------------TILESET----------------------------------------------------------<br class="gmail_msg">
<tileset name="topo2"><br class="gmail_msg">
        <source>topo2</source><br class="gmail_msg">
        <cache>topo2</cache><br class="gmail_msg">
        <metadata><br class="gmail_msg">
            <title>Topografisk Norgeskart</title><br class="gmail_msg">
            <abstract>Cache for topo2 produkten</abstract><br class="gmail_msg">
            <wgs84bbox></wgs84bbox><br class="gmail_msg">
        </metadata><br class="gmail_msg">
                <grid>googlemaps</grid><br class="gmail_msg">
                <grid>utm33n</grid><br class="gmail_msg">
                <grid>crs84quad</grid><br class="gmail_msg">
        <format>PNG</format><br class="gmail_msg">
        <metatile>8 8</metatile><br class="gmail_msg">
        <metabuffer>10</metabuffer><br class="gmail_msg">
</tileset><br class="gmail_msg">
<tileset name="topo2matrikkel"><br class="gmail_msg">
        <cache>topo2matrikkel</cache><br class="gmail_msg">
        <metadata><br class="gmail_msg">
            <title>Matrikkel klient bakgrunnskart</title><br class="gmail_msg">
            <wgs84bbox></wgs84bbox><br class="gmail_msg">
        </metadata><br class="gmail_msg">
            <grid>utm33n</grid><br class="gmail_msg">
            <format>PNG</format><br class="gmail_msg">
</tileset><br class="gmail_msg">
------------------------------------------------------------------------------<br class="gmail_msg">
<br class="gmail_msg">
I've checked that there are tiles in the topo2 cache, and yes that cache<br class="gmail_msg">
does support utm33n and png.<br class="gmail_msg">
I can run exactly the same request for both the topo2 and topo2matrikkel<br class="gmail_msg">
tilesets (<br class="gmail_msg">
REQUEST=GetTile&VERSION=1.0.0&LAYER=topo2matrikkel&STYLE=default&TILEMATRIXSET=utm33n&TILEMATRIX=2&TILEROW=1&TILECOL=1&FORMAT=image%2Fpng)<br class="gmail_msg">
but only the topo2 request returns data. Perhaps I've missunderstood<br class="gmail_msg">
something fundamental here?<br class="gmail_msg">
<br class="gmail_msg">
Thanks in advance for any help,<br class="gmail_msg">
<br class="gmail_msg">
Tom<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
<br class="gmail_msg">
--<br class="gmail_msg">
View this message in context: <a href="http://osgeo-org.1560.x6.nabble.com/Mapcache-Composite-cache-problem-tp5300828.html" rel="noreferrer" class="gmail_msg" target="_blank">http://osgeo-org.1560.x6.nabble.com/Mapcache-Composite-cache-problem-tp5300828.html</a><br class="gmail_msg">
Sent from the Mapserver - User mailing list archive at Nabble.com.<br class="gmail_msg">
_______________________________________________<br class="gmail_msg">
mapserver-users mailing list<br class="gmail_msg">
<a href="mailto:mapserver-users@lists.osgeo.org" class="gmail_msg" target="_blank">mapserver-users@lists.osgeo.org</a><br class="gmail_msg">
<a href="http://lists.osgeo.org/mailman/listinfo/mapserver-users" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.osgeo.org/mailman/listinfo/mapserver-users</a></blockquote></div>