<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 ("cache2" 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&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-6.14923138083586,50.5891706243825,.65875337292708,53.279367067595&WIDTH=1068&HEIGHT=422&LAYERS=proj_tiles&STYLES=&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&TRANSPARENT=TRUE">http://localhost:8080/service?VERSION=1.1.1&REQUEST=GetMap&SRS=EPSG:4326&BBOX=-6.14923138083586,50.5891706243825,.65875337292708,53.279367067595&WIDTH=1068&HEIGHT=422&LAYERS=cache2&STYLES=&EXCEPTIONS=application/vnd.ogc.se_xml&FORMAT=image/png&BGCOLOR=0xFFFFFF&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"><<a href="mailto:olt@omniscale.de">olt@omniscale.de</a>></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>
> Thanks again Oliver.<br>
> Just thinking, if I add an additional WMS source layer, "wms_layer", referencing the "my_tiles" layer as the WMS source. Would the reprojection then work?<br>
> i.e. "wms_layer" request in EPSG:4326 would trigger the "my_tiles" 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>
> 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 <<a href="mailto:olt@omniscale.de">olt@omniscale.de</a>><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>