<div>Hi Oliver,</div><div>I have been trying the mentioned setup in the past few days but with no luck (accessing EPSG:900913 tiles in EPSG:4326 projection). When I try a sample WMS fetch (&quot;cache2&quot; in your example), the server seems to be taking forever to process but never responds.</div>
<div><br></div><div>Here is my sample request (somewhere in UK) :-</div><div><a href="http://atlas:8080/service?VERSION=1.1.1&amp;REQUEST=GetMap&amp;SRS=EPSG:4326&amp;BBOX=-6.14923138083586,50.5891706243825,.65875337292708,53.279367067595&amp;WIDTH=1068&amp;HEIGHT=422&amp;LAYERS=proj_tiles&amp;STYLES=&amp;EXCEPTIONS=application/vnd.ogc.se_xml&amp;FORMAT=image/png&amp;BGCOLOR=0xFFFFFF&amp;TRANSPARENT=TRUE">http://localhost:8080/service?VERSION=1.1.1&amp;REQUEST=GetMap&amp;SRS=EPSG:4326&amp;BBOX=-6.14923138083586,50.5891706243825,.65875337292708,53.279367067595&amp;WIDTH=1068&amp;HEIGHT=422&amp;LAYERS=cache2&amp;STYLES=&amp;EXCEPTIONS=application/vnd.ogc.se_xml&amp;FORMAT=image/png&amp;BGCOLOR=0xFFFFFF&amp;TRANSPARENT=TRUE</a></div>
<div><br></div><div>Regards,</div><div>Jason</div><br><br><div class="gmail_quote">On Tue, Dec 7, 2010 at 8:29 AM, Oliver Tonnhofer <span dir="ltr">&lt;<a href="mailto:olt@omniscale.de">olt@omniscale.de</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im"><br>
On 06.12.2010, at 18:36, Jason Lee wrote:<br>
<br>
&gt; Thanks again Oliver.<br>
&gt; Just thinking, if I add an additional WMS source layer, &quot;wms_layer&quot;, referencing the &quot;my_tiles&quot; layer as the WMS source. Would the reprojection then work?<br>
&gt; i.e. &quot;wms_layer&quot; request in EPSG:4326 would trigger the &quot;my_tiles&quot; EPSG:900913 Tiles source on the same server. I did try it, but MapProxy seemed to be hanging.<br>
<br>
<br>
</div>You want to access the tiles in another projection? Hmmm, it should work with a configuration like this:<br>
<br>
layers:<br>
  cache1:<br>
    sources: [cache1]<br>
  cache2:<br>
    sources: [cache2]<br>
<br>
caches:<br>
  cache1:<br>
    sources: [tilesource]<br>
    grids: [GLOBAL_MERCATOR]<br>
  cache2:<br>
    sources: [wmssource]<br>
    grids: [GLOBAL_GEODETIC]<br>
<br>
sources:<br>
  tilesource:<br>
    ...<br>
  wmssource:<br>
   req:<br>
    url: <a href="http://localhost:8080/service" target="_blank">http://localhost:8080/service</a>?<br>
    layers: cache1<br>
<div class="im"><br>
&gt; Could you tell me more specifically, as you mentioned, how I would be able to request cached data in another projection?<br>
<br>
</div>That should work out of the box if you use WMS.<br>
<div><div></div><div class="h5"><br>
<br>
Regards,<br>
Oliver<br>
<br>
--<br>
Oliver Tonnhofer &lt;<a href="mailto:olt@omniscale.de">olt@omniscale.de</a>&gt;<br>
Omniscale - Dominik Helle, Oliver Tonnhofer GbR<br>
Nadorster Str. 60, 26123 Oldenburg<br>
Tel: +49(0)441/9392774-2 (Fax: 9)<br>
<br>
</div></div></blockquote></div><br>